- WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
- WEAK_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
-
- WireFormat - Class in com.google.protobuf
-
This class is used internally by the Protocol Buffer library and generated
message implementations.
- WireFormat.FieldType - Enum in com.google.protobuf
-
- WireFormat.JavaType - Enum in com.google.protobuf
-
- WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
-
- withCallOptions(CallOptions) - Method in class com.google.api.gax.grpc.CallContext
-
- withChannel(Channel) - Method in class com.google.api.gax.grpc.CallContext
-
- withEndpoint(String) - Method in class com.google.api.gax.protobuf.ResourceName
-
Returns a resource name with specified endpoint.
- withoutVars() - Method in class com.google.api.gax.protobuf.PathTemplate
-
Returns a template where all variable bindings have been replaced by wildcards, but
which is equivalent regards matching to this one.
- withRequest(RequestT) - Method in class com.google.api.gax.grpc.CallContext
-
- WrappersProto - Class in com.google.protobuf
-
- write(int) - Method in class com.google.protobuf.ByteString.Output
-
- write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
-
- writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Serializes the field, including field number, and writes it to
output
, using MessageSet
wire format.
- writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the set and writes it to output
using
MessageSet
wire format.
- writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bool
field, including tag, to the stream.
- writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bool
field to the stream.
- writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeByteArrayNoTag(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeByteBufferNoTag(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
-
- writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
- writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
- writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
-
Write a double
field, including tag, to the stream.
- writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
-
Write a double
field to the stream.
- writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an enum field to the stream.
- writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed32
field, including tag, to the stream.
- writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed32
field to the stream.
- writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed64
field, including tag, to the stream.
- writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed64
field to the stream.
- writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
-
Write a float
field, including tag, to the stream.
- writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
-
Write a float
field to the stream.
- writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write a group
field, including tag, to the stream.
- writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write a group
field to the stream.
- writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int32
field, including tag, to the stream.
- writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int32
field to the stream.
- writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int64
field, including tag, to the stream.
- writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int64
field to the stream.
- writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field, including tag, to the stream.
- writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field to the stream.
- writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write a MessageSet extension field to the stream.
- writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a byte string.
- writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a ByteBuffer.
- writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(ByteString, int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write part of a byte string.
- writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a little-endian 32-bit integer.
- writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a little-endian 64-bit integer.
- writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write an unparsed MessageSet extension field to the stream.
- writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed32
field, including tag, to the stream.
- writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed32
field to the stream.
- writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed64
field, including tag, to the stream.
- writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed64
field to the stream.
- writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sint32
field, including tag, to the stream.
- writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sint32
field to the stream.
- writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sint64
field, including tag, to the stream.
- writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sint64
field to the stream.
- writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a string
field, including tag, to the stream.
- writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a string
field to the stream.
- writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Encode and write a tag.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.AbstractMessage
-
- writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Any
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Api
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.BoolValue
-
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
-
Writes the complete contents of this byte array output stream to
the specified output stream argument.
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
-
Writes the complete contents of this byte string to
the specified output stream argument.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.BytesValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DoubleValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Duration
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Empty
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Enum
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.EnumValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Field
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.FieldMask
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.FloatValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int32Value
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int64Value
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.ListValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.MapEntry
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.MapEntryLite
-
- writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
-
Serializes the message and writes it to output
.
- writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
Serializes the message and writes it to output
.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Method
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Mixin
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Option
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.SourceContext
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.StringValue
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Struct
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Timestamp
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Type
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt32Value
-
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt64Value
-
- writeTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Serializes the field, including field number, and writes it to
output
.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the set and writes it to output
.
- writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the message and writes it to output
.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
-
Serializes the set and writes it to output
.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Value
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.AcknowledgeRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.DeleteSubscriptionRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.DeleteTopicRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.GetSubscriptionRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.GetTopicRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListSubscriptionsRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListTopicsRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListTopicsResponse
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListTopicSubscriptionsRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ListTopicSubscriptionsResponse
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ModifyAckDeadlineRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ModifyPushConfigRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PublishRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PublishResponse
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PubsubMessage
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PullRequest
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PullResponse
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.PushConfig
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.ReceivedMessage
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.Subscription
-
- writeTo(CodedOutputStream) - Method in class com.google.pubsub.v1.Topic
-
- writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint32
field, including tag, to the stream.
- writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint32
field to the stream.
- writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint64
field, including tag, to the stream.
- writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint64
field to the stream.
- writeUnknownGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
- writeUnknownGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-