Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractMessage - Class in com.google.protobuf
A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage() - Constructor for class com.google.protobuf.AbstractMessage
 
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<BuilderType extends AbstractMessageLite.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
accumulate(E) - Method in interface com.google.api.gax.bundling.BundlingThreshold
Presents the element to the threshold for the attribute of interest to be accumulated.
accumulate(E) - Method in class com.google.api.gax.bundling.NumericThreshold
 
AccumulatingBundleReceiver<T> - Class in com.google.api.gax.bundling
A simple ThresholdBundleReceiver that just accumulates bundles.
AccumulatingBundleReceiver() - Constructor for class com.google.api.gax.bundling.AccumulatingBundleReceiver
 
ACK_DEADLINE_SECONDS_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.ModifyAckDeadlineRequest
 
ACK_DEADLINE_SECONDS_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.Subscription
 
ACK_ID_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.ReceivedMessage
 
ACK_IDS_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.AcknowledgeRequest
 
ACK_IDS_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.ModifyAckDeadlineRequest
 
acknowledge(String, List<String>) - Method in class com.google.cloud.pubsub.spi.v1.SubscriberApi
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
acknowledge(AcknowledgeRequest) - Method in class com.google.cloud.pubsub.spi.v1.SubscriberApi
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
acknowledge(AcknowledgeRequest, StreamObserver<Empty>) - Method in interface com.google.pubsub.v1.SubscriberGrpc.Subscriber
 
acknowledge(AcknowledgeRequest) - Method in interface com.google.pubsub.v1.SubscriberGrpc.SubscriberBlockingClient
 
acknowledge(AcknowledgeRequest) - Method in class com.google.pubsub.v1.SubscriberGrpc.SubscriberBlockingStub
 
acknowledge(AcknowledgeRequest) - Method in interface com.google.pubsub.v1.SubscriberGrpc.SubscriberFutureClient
 
acknowledge(AcknowledgeRequest) - Method in class com.google.pubsub.v1.SubscriberGrpc.SubscriberFutureStub
 
acknowledge(AcknowledgeRequest, StreamObserver<Empty>) - Method in class com.google.pubsub.v1.SubscriberGrpc.SubscriberStub
 
acknowledgeCallable() - Method in class com.google.cloud.pubsub.spi.v1.SubscriberApi
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
AcknowledgeRequest - Class in com.google.pubsub.v1
Protobuf type google.pubsub.v1.AcknowledgeRequest
AcknowledgeRequest.Builder - Class in com.google.pubsub.v1
Protobuf type google.pubsub.v1.AcknowledgeRequest
AcknowledgeRequestOrBuilder - Interface in com.google.pubsub.v1
 
acknowledgeSettings() - Method in class com.google.cloud.pubsub.spi.v1.SubscriberSettings
Returns the object with the settings used for calls to acknowledge.
acknowledgeSettings() - Method in class com.google.cloud.pubsub.spi.v1.SubscriberSettings.Builder
Returns the builder for the settings used for calls to acknowledge.
add(E) - Method in class com.google.api.gax.bundling.ThresholdBundler
Adds an element to the bundler.
add(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
Add an extension from a generated file to the registry.
add(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ExtensionRegistry
Add a non-message-type extension to the registry by descriptor.
add(Descriptors.FieldDescriptor, Message) - Method in class com.google.protobuf.ExtensionRegistry
Add a message-type extension to the registry by descriptor.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(byte[]) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAckIds(String) - Method in class com.google.pubsub.v1.AcknowledgeRequest.Builder
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response.
addAckIds(String) - Method in class com.google.pubsub.v1.ModifyAckDeadlineRequest.Builder
List of acknowledgment IDs.
addAckIdsBytes(ByteString) - Method in class com.google.pubsub.v1.AcknowledgeRequest.Builder
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response.
addAckIdsBytes(ByteString) - Method in class com.google.pubsub.v1.ModifyAckDeadlineRequest.Builder
List of acknowledgment IDs.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllAckIds(Iterable<String>) - Method in class com.google.pubsub.v1.AcknowledgeRequest.Builder
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response.
addAllAckIds(Iterable<String>) - Method in class com.google.pubsub.v1.ModifyAckDeadlineRequest.Builder
List of acknowledgment IDs.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified byte[] collection to the end of this list.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified ByteString collection to the end of this list.
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addAllMessageIds(Iterable<String>) - Method in class com.google.pubsub.v1.PublishResponse.Builder
The server-assigned ID of each published message, in the same order as the messages in the request.
addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllMessages(Iterable<? extends PubsubMessage>) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
addAllReceivedMessages(Iterable<? extends ReceivedMessage>) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
addAllSubscriptions(Iterable<? extends Subscription>) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addAllSubscriptions(Iterable<String>) - Method in class com.google.pubsub.v1.ListTopicSubscriptionsResponse.Builder
The names of the subscriptions that match the request.
addAllTopics(Iterable<? extends Topic>) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
addBoolean(boolean) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.add(Object) but more efficient in that it doesn't box the element.
addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends a new builder to the end of this list and returns the builder.
addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts a new builder at the specified position in this list.
addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
addDouble(double) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.add(Object) but more efficient in that it doesn't box the element.
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalueBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExternalThreshold(ExternalThreshold<E>) - Method in class com.google.api.gax.bundling.ThresholdBundler.Builder
Add an external threshold to the ThresholdBundler.
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFields(Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFieldsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFixed32(int) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed32 value.
addFixed64(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed64 value.
addFloat(float) - Method in interface com.google.protobuf.Internal.FloatList
Like List.add(Object) but more efficient in that it doesn't box the element.
addGroup(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add an embedded group.
addInt(int) - Method in interface com.google.protobuf.Internal.IntList
Like List.add(Object) but more efficient in that it doesn't box the element.
addLeadingDetachedComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLengthDelimited(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a length-delimited value.
addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLong(long) - Method in interface com.google.protobuf.Internal.LongList
Like List.add(Object) but more efficient in that it doesn't box the element.
addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends the specified element to the end of this list.
addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts the specified message at the specified position in this list.
addMessageIds(String) - Method in class com.google.pubsub.v1.PublishResponse.Builder
The server-assigned ID of each published message, in the same order as the messages in the request.
addMessageIdsBytes(ByteString) - Method in class com.google.pubsub.v1.PublishResponse.Builder
The server-assigned ID of each published message, in the same order as the messages in the request.
addMessages(PubsubMessage) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessages(int, PubsubMessage) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessages(PubsubMessage.Builder) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessages(int, PubsubMessage.Builder) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessagesBuilder() - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessagesBuilder(int) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethods(Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethodsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixinsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofs(String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addOptions(Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptionsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptionsBuilder() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptionsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
addReceivedMessages(ReceivedMessage) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addReceivedMessages(int, ReceivedMessage) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addReceivedMessages(ReceivedMessage.Builder) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addReceivedMessages(int, ReceivedMessage.Builder) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addReceivedMessagesBuilder() - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addReceivedMessagesBuilder(int) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Like setRepeatedField, but appends the value as a new element.
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
addSubscriptions(Subscription) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptions(int, Subscription) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptions(Subscription.Builder) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptions(int, Subscription.Builder) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptions(String) - Method in class com.google.pubsub.v1.ListTopicSubscriptionsResponse.Builder
The names of the subscriptions that match the request.
addSubscriptionsBuilder() - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptionsBuilder(int) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
addSubscriptionsBytes(ByteString) - Method in class com.google.pubsub.v1.ListTopicSubscriptionsResponse.Builder
The names of the subscriptions that match the request.
addThreshold(BundlingThreshold<E>) - Method in class com.google.api.gax.bundling.ThresholdBundler.Builder
Add a threshold to the ThresholdBundler.
addToNextBundle(T) - Method in class com.google.api.gax.bundling.ThresholdBundlingForwarder
First validates that the receiver can receive the given item (based on the inherent characteristics of the item), and then hands it off to the bundler.
addTopics(Topic) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addTopics(int, Topic) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addTopics(Topic.Builder) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addTopics(int, Topic.Builder) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addTopicsBuilder() - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addTopicsBuilder(int) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addVarint(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a varint value.
addWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
 
Any - Class in com.google.protobuf
Protobuf type google.protobuf.Any
Any.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Any
AnyOrBuilder - Interface in com.google.protobuf
 
AnyProto - Class in com.google.protobuf
 
Api - Class in com.google.protobuf
Protobuf type google.protobuf.Api
Api.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Api
ApiCallable<RequestT,ResponseT> - Class in com.google.api.gax.grpc
An ApiCallable is an immutable object which is capable of making RPC calls to API methods.
ApiCallSettings - Class in com.google.api.gax.grpc
A base settings class to configure an ApiCallable.
ApiCallSettings.Builder - Class in com.google.api.gax.grpc
A base builder class for ApiCallSettings.
ApiException - Exception in com.google.api.gax.grpc
Represents an exception thrown during an RPC call.
ApiOrBuilder - Interface in com.google.protobuf
 
ApiProto - Class in com.google.protobuf
 
applyToAllApiMethods(ApiCallSettings.Builder) - Method in class com.google.cloud.pubsub.spi.v1.PublisherSettings.Builder
Applies the given settings to all of the API methods in this service.
applyToAllApiMethods(ApiCallSettings.Builder) - Method in class com.google.cloud.pubsub.spi.v1.SubscriberSettings.Builder
Applies the given settings to all of the API methods in this service.
asByteArrayList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
Returns a mutable view of this list.
asByteArrayList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
Returns a view of the data as a list of ByteStrings.
asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
asMap() - Method in class com.google.protobuf.UnknownFieldSet
Get a map of fields in the set by number.
asMap() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Get all present Fields as an immutable Map.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
assign(Message.Builder, Object) - Method in class com.google.api.gax.protobuf.Expression
Assigns a value to the location denoted by the expression.
assignDescriptors(Descriptors.FileDescriptor) - Method in interface com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.PubsubMessage
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.PushConfig
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links