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 

R

readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readByteArray() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
 
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
RECEIVED_MESSAGES_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.PullResponse
 
ReceivedMessage - Class in com.google.pubsub.v1
Protobuf type google.pubsub.v1.ReceivedMessage
ReceivedMessage.Builder - Class in com.google.pubsub.v1
Protobuf type google.pubsub.v1.ReceivedMessage
ReceivedMessageOrBuilder - Interface in com.google.pubsub.v1
 
redirectErrorInherit() - Method in class com.google.api.gax.testing.CommandWrapper
 
redirectErrorStream() - Method in class com.google.api.gax.testing.CommandWrapper
 
redirectOutputToNull() - Method in class com.google.api.gax.testing.CommandWrapper
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.AnyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.ApiProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DurationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.EmptyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.FieldMaskProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.SourceContextProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.StructProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TypeProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.WrappersProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.pubsub.v1.PubsubProto
 
registerResourceNameResolver(ResourceName.Resolver) - Static method in class com.google.api.gax.protobuf.ResourceName
Sets the resource name resolver which is used by the ResourceName.resolve(Class, String) method.
remove(Object) - Method in class com.google.api.gax.protobuf.ResourceName
Deprecated.
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes the element at the specified position in this list.
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
removeEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
removeExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
removeField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
removeFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
removeFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
removeLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
removeMessages(int) - Method in class com.google.pubsub.v1.PublishRequest.Builder
The messages to publish.
removeMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
removeMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
removeMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
removeMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
removeName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
removeNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
removeOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
removeOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
removeOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
removeOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
removeReceivedMessages(int) - Method in class com.google.pubsub.v1.PullResponse.Builder
Received Pub/Sub messages.
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
removeService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
removeSubscriptions(int) - Method in class com.google.pubsub.v1.ListSubscriptionsResponse.Builder
The subscriptions that match the request.
removeTopics(int) - Method in class com.google.pubsub.v1.ListTopicsResponse.Builder
The resulting topics.
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a repeated field of other protocol messages.
RepeatedFieldBuilder(List<MType>, boolean, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilder
Constructs a new builder with an empty list of messages.
REQUEST_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
REQUEST_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
RequestIssuer<RequestT,ResponseT> - Interface in com.google.api.gax.grpc
Encapsulates a request/response interaction.
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
reset() - Method in interface com.google.protobuf.RpcController
Resets the RpcController to its initial state so that it may be reused in a new call.
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
resolve(Class<T>, String) - Method in class com.google.api.gax.protobuf.ResourceName
Attempts to resolve a resource name into a resource, by calling the associated API.
resolve(Class<T>, ResourceName, String) - Method in interface com.google.api.gax.protobuf.ResourceName.Resolver
Resolves the resource name into a resource by calling the underlying API.
ResourceName - Class in com.google.api.gax.protobuf
Class for representing and working with resource names.
ResourceName.Resolver - Interface in com.google.api.gax.protobuf
Represents a resource name resolver which can be registered with this class.
RESPONSE_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
RESPONSE_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
retryableOn(ImmutableSet<Status.Code>) - Method in class com.google.api.gax.grpc.ApiCallable
Creates a callable whose calls raise ApiException instead of the usual StatusRuntimeException.
retrying(RetrySettings, ScheduledExecutorService) - Method in class com.google.api.gax.grpc.ApiCallable
Creates a callable which retries using exponential back-off.
RetrySettings - Class in com.google.api.gax.core
Holds the parameters for retry and timeout logic with exponential backoff.
RetrySettings() - Constructor for class com.google.api.gax.core.RetrySettings
 
RetrySettings.Builder - Class in com.google.api.gax.core
A base builder class for RetrySettings.
RETURN_IMMEDIATELY_FIELD_NUMBER - Static variable in class com.google.pubsub.v1.PullRequest
 
ROOT_FIELD_NUMBER - Static variable in class com.google.protobuf.Mixin
 
RpcCallback<ParameterType> - Interface in com.google.protobuf
Interface for an RPC callback, normally called when an RPC completes.
RpcChannel - Interface in com.google.protobuf
Abstract interface for an RPC channel.
RpcController - Interface in com.google.protobuf
An RpcController mediates a single method call.
RpcUtil - Class in com.google.protobuf
Grab-bag of utility functions useful when dealing with RPCs.
RpcUtil.AlreadyCalledException - Exception in com.google.protobuf
Exception thrown when a one-time callback is called more than once.
run(ParameterType) - Method in interface com.google.protobuf.RpcCallback
 
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