Class BidiReadObjectSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
com.google.storage.v2.BidiReadObjectSpec.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, BidiReadObjectSpecOrBuilder, Cloneable
Enclosing class:
BidiReadObjectSpec

public static final class BidiReadObjectSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder> implements BidiReadObjectSpecOrBuilder
 Describes the object to read in a BidiReadObject request.
 
Protobuf type google.storage.v2.BidiReadObjectSpec
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • getDefaultInstanceForType

      public BidiReadObjectSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public BidiReadObjectSpec build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public BidiReadObjectSpec buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • setField

      public BidiReadObjectSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • clearField

      public BidiReadObjectSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • clearOneof

      public BidiReadObjectSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • setRepeatedField

      public BidiReadObjectSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • addRepeatedField

      public BidiReadObjectSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • mergeFrom

      public BidiReadObjectSpec.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BidiReadObjectSpec.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • mergeFrom

      public BidiReadObjectSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BidiReadObjectSpec.Builder>
      Throws:
      IOException
    • getBucket

      public String getBucket()
       Required. The name of the bucket containing the object to read.
       
      string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getBucket in interface BidiReadObjectSpecOrBuilder
      Returns:
      The bucket.
    • getBucketBytes

      public com.google.protobuf.ByteString getBucketBytes()
       Required. The name of the bucket containing the object to read.
       
      string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getBucketBytes in interface BidiReadObjectSpecOrBuilder
      Returns:
      The bytes for bucket.
    • setBucket

      public BidiReadObjectSpec.Builder setBucket(String value)
       Required. The name of the bucket containing the object to read.
       
      string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bucket to set.
      Returns:
      This builder for chaining.
    • clearBucket

      public BidiReadObjectSpec.Builder clearBucket()
       Required. The name of the bucket containing the object to read.
       
      string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setBucketBytes

      public BidiReadObjectSpec.Builder setBucketBytes(com.google.protobuf.ByteString value)
       Required. The name of the bucket containing the object to read.
       
      string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for bucket to set.
      Returns:
      This builder for chaining.
    • getObject

      public String getObject()
       Required. The name of the object to read.
       
      string object = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getObject in interface BidiReadObjectSpecOrBuilder
      Returns:
      The object.
    • getObjectBytes

      public com.google.protobuf.ByteString getObjectBytes()
       Required. The name of the object to read.
       
      string object = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getObjectBytes in interface BidiReadObjectSpecOrBuilder
      Returns:
      The bytes for object.
    • setObject

      public BidiReadObjectSpec.Builder setObject(String value)
       Required. The name of the object to read.
       
      string object = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The object to set.
      Returns:
      This builder for chaining.
    • clearObject

      public BidiReadObjectSpec.Builder clearObject()
       Required. The name of the object to read.
       
      string object = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setObjectBytes

      public BidiReadObjectSpec.Builder setObjectBytes(com.google.protobuf.ByteString value)
       Required. The name of the object to read.
       
      string object = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for object to set.
      Returns:
      This builder for chaining.
    • getGeneration

      public long getGeneration()
       If present, selects a specific revision of this object (as opposed
       to the latest version, the default).
       
      int64 generation = 3;
      Specified by:
      getGeneration in interface BidiReadObjectSpecOrBuilder
      Returns:
      The generation.
    • setGeneration

      public BidiReadObjectSpec.Builder setGeneration(long value)
       If present, selects a specific revision of this object (as opposed
       to the latest version, the default).
       
      int64 generation = 3;
      Parameters:
      value - The generation to set.
      Returns:
      This builder for chaining.
    • clearGeneration

      public BidiReadObjectSpec.Builder clearGeneration()
       If present, selects a specific revision of this object (as opposed
       to the latest version, the default).
       
      int64 generation = 3;
      Returns:
      This builder for chaining.
    • hasIfGenerationMatch

      public boolean hasIfGenerationMatch()
       Makes the operation conditional on whether the object's current generation
       matches the given value. Setting to 0 makes the operation succeed only if
       there are no live versions of the object.
       
      optional int64 if_generation_match = 4;
      Specified by:
      hasIfGenerationMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the ifGenerationMatch field is set.
    • getIfGenerationMatch

      public long getIfGenerationMatch()
       Makes the operation conditional on whether the object's current generation
       matches the given value. Setting to 0 makes the operation succeed only if
       there are no live versions of the object.
       
      optional int64 if_generation_match = 4;
      Specified by:
      getIfGenerationMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      The ifGenerationMatch.
    • setIfGenerationMatch

      public BidiReadObjectSpec.Builder setIfGenerationMatch(long value)
       Makes the operation conditional on whether the object's current generation
       matches the given value. Setting to 0 makes the operation succeed only if
       there are no live versions of the object.
       
      optional int64 if_generation_match = 4;
      Parameters:
      value - The ifGenerationMatch to set.
      Returns:
      This builder for chaining.
    • clearIfGenerationMatch

      public BidiReadObjectSpec.Builder clearIfGenerationMatch()
       Makes the operation conditional on whether the object's current generation
       matches the given value. Setting to 0 makes the operation succeed only if
       there are no live versions of the object.
       
      optional int64 if_generation_match = 4;
      Returns:
      This builder for chaining.
    • hasIfGenerationNotMatch

      public boolean hasIfGenerationNotMatch()
       Makes the operation conditional on whether the object's live generation
       does not match the given value. If no live object exists, the precondition
       fails. Setting to 0 makes the operation succeed only if there is a live
       version of the object.
       
      optional int64 if_generation_not_match = 5;
      Specified by:
      hasIfGenerationNotMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the ifGenerationNotMatch field is set.
    • getIfGenerationNotMatch

      public long getIfGenerationNotMatch()
       Makes the operation conditional on whether the object's live generation
       does not match the given value. If no live object exists, the precondition
       fails. Setting to 0 makes the operation succeed only if there is a live
       version of the object.
       
      optional int64 if_generation_not_match = 5;
      Specified by:
      getIfGenerationNotMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      The ifGenerationNotMatch.
    • setIfGenerationNotMatch

      public BidiReadObjectSpec.Builder setIfGenerationNotMatch(long value)
       Makes the operation conditional on whether the object's live generation
       does not match the given value. If no live object exists, the precondition
       fails. Setting to 0 makes the operation succeed only if there is a live
       version of the object.
       
      optional int64 if_generation_not_match = 5;
      Parameters:
      value - The ifGenerationNotMatch to set.
      Returns:
      This builder for chaining.
    • clearIfGenerationNotMatch

      public BidiReadObjectSpec.Builder clearIfGenerationNotMatch()
       Makes the operation conditional on whether the object's live generation
       does not match the given value. If no live object exists, the precondition
       fails. Setting to 0 makes the operation succeed only if there is a live
       version of the object.
       
      optional int64 if_generation_not_match = 5;
      Returns:
      This builder for chaining.
    • hasIfMetagenerationMatch

      public boolean hasIfMetagenerationMatch()
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 6;
      Specified by:
      hasIfMetagenerationMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the ifMetagenerationMatch field is set.
    • getIfMetagenerationMatch

      public long getIfMetagenerationMatch()
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 6;
      Specified by:
      getIfMetagenerationMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      The ifMetagenerationMatch.
    • setIfMetagenerationMatch

      public BidiReadObjectSpec.Builder setIfMetagenerationMatch(long value)
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 6;
      Parameters:
      value - The ifMetagenerationMatch to set.
      Returns:
      This builder for chaining.
    • clearIfMetagenerationMatch

      public BidiReadObjectSpec.Builder clearIfMetagenerationMatch()
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 6;
      Returns:
      This builder for chaining.
    • hasIfMetagenerationNotMatch

      public boolean hasIfMetagenerationNotMatch()
       Makes the operation conditional on whether the object's current
       metageneration does not match the given value.
       
      optional int64 if_metageneration_not_match = 7;
      Specified by:
      hasIfMetagenerationNotMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the ifMetagenerationNotMatch field is set.
    • getIfMetagenerationNotMatch

      public long getIfMetagenerationNotMatch()
       Makes the operation conditional on whether the object's current
       metageneration does not match the given value.
       
      optional int64 if_metageneration_not_match = 7;
      Specified by:
      getIfMetagenerationNotMatch in interface BidiReadObjectSpecOrBuilder
      Returns:
      The ifMetagenerationNotMatch.
    • setIfMetagenerationNotMatch

      public BidiReadObjectSpec.Builder setIfMetagenerationNotMatch(long value)
       Makes the operation conditional on whether the object's current
       metageneration does not match the given value.
       
      optional int64 if_metageneration_not_match = 7;
      Parameters:
      value - The ifMetagenerationNotMatch to set.
      Returns:
      This builder for chaining.
    • clearIfMetagenerationNotMatch

      public BidiReadObjectSpec.Builder clearIfMetagenerationNotMatch()
       Makes the operation conditional on whether the object's current
       metageneration does not match the given value.
       
      optional int64 if_metageneration_not_match = 7;
      Returns:
      This builder for chaining.
    • hasCommonObjectRequestParams

      public boolean hasCommonObjectRequestParams()
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
      Specified by:
      hasCommonObjectRequestParams in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the commonObjectRequestParams field is set.
    • getCommonObjectRequestParams

      public CommonObjectRequestParams getCommonObjectRequestParams()
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
      Specified by:
      getCommonObjectRequestParams in interface BidiReadObjectSpecOrBuilder
      Returns:
      The commonObjectRequestParams.
    • setCommonObjectRequestParams

      public BidiReadObjectSpec.Builder setCommonObjectRequestParams(CommonObjectRequestParams value)
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
    • setCommonObjectRequestParams

      public BidiReadObjectSpec.Builder setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
    • mergeCommonObjectRequestParams

      public BidiReadObjectSpec.Builder mergeCommonObjectRequestParams(CommonObjectRequestParams value)
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
    • clearCommonObjectRequestParams

      public BidiReadObjectSpec.Builder clearCommonObjectRequestParams()
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
    • getCommonObjectRequestParamsBuilder

      public CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder()
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
    • getCommonObjectRequestParamsOrBuilder

      public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
       A set of parameters common to Storage API requests concerning an object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
      Specified by:
      getCommonObjectRequestParamsOrBuilder in interface BidiReadObjectSpecOrBuilder
    • hasReadMask

      @Deprecated public boolean hasReadMask()
      Deprecated.
      google.storage.v2.BidiReadObjectSpec.read_mask is deprecated. See google/storage/v2/storage.proto;l=987
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
      Specified by:
      hasReadMask in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the readMask field is set.
    • getReadMask

      @Deprecated public com.google.protobuf.FieldMask getReadMask()
      Deprecated.
      google.storage.v2.BidiReadObjectSpec.read_mask is deprecated. See google/storage/v2/storage.proto;l=987
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
      Specified by:
      getReadMask in interface BidiReadObjectSpecOrBuilder
      Returns:
      The readMask.
    • setReadMask

      @Deprecated public BidiReadObjectSpec.Builder setReadMask(com.google.protobuf.FieldMask value)
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
    • setReadMask

      @Deprecated public BidiReadObjectSpec.Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue)
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
    • mergeReadMask

      @Deprecated public BidiReadObjectSpec.Builder mergeReadMask(com.google.protobuf.FieldMask value)
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
    • clearReadMask

      @Deprecated public BidiReadObjectSpec.Builder clearReadMask()
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
    • getReadMaskBuilder

      @Deprecated public com.google.protobuf.FieldMask.Builder getReadMaskBuilder()
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
    • getReadMaskOrBuilder

      @Deprecated public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
      Deprecated.
       Mask specifying which fields to read.
       The checksummed_data field and its children will always be present.
       If no mask is specified, will default to all fields except metadata.owner
       and metadata.acl.
       * may be used to mean "all fields".
       As per https://google.aip.dev/161, this field is deprecated.
       As an alternative, grpc metadata can be used:
       https://cloud.google.com/apis/docs/system-parameters#definitions
       
      optional .google.protobuf.FieldMask read_mask = 12 [deprecated = true];
      Specified by:
      getReadMaskOrBuilder in interface BidiReadObjectSpecOrBuilder
    • hasReadHandle

      public boolean hasReadHandle()
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
      Specified by:
      hasReadHandle in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the readHandle field is set.
    • getReadHandle

      public BidiReadHandle getReadHandle()
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
      Specified by:
      getReadHandle in interface BidiReadObjectSpecOrBuilder
      Returns:
      The readHandle.
    • setReadHandle

      public BidiReadObjectSpec.Builder setReadHandle(BidiReadHandle value)
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
    • setReadHandle

      public BidiReadObjectSpec.Builder setReadHandle(BidiReadHandle.Builder builderForValue)
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
    • mergeReadHandle

      public BidiReadObjectSpec.Builder mergeReadHandle(BidiReadHandle value)
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
    • clearReadHandle

      public BidiReadObjectSpec.Builder clearReadHandle()
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
    • getReadHandleBuilder

      public BidiReadHandle.Builder getReadHandleBuilder()
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
    • getReadHandleOrBuilder

      public BidiReadHandleOrBuilder getReadHandleOrBuilder()
       The client can optionally set this field. The read handle is an optimized
       way of creating new streams. Read handles are generated and periodically
       refreshed from prior reads.
       
      optional .google.storage.v2.BidiReadHandle read_handle = 13;
      Specified by:
      getReadHandleOrBuilder in interface BidiReadObjectSpecOrBuilder
    • hasRoutingToken

      public boolean hasRoutingToken()
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Specified by:
      hasRoutingToken in interface BidiReadObjectSpecOrBuilder
      Returns:
      Whether the routingToken field is set.
    • getRoutingToken

      public String getRoutingToken()
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Specified by:
      getRoutingToken in interface BidiReadObjectSpecOrBuilder
      Returns:
      The routingToken.
    • getRoutingTokenBytes

      public com.google.protobuf.ByteString getRoutingTokenBytes()
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Specified by:
      getRoutingTokenBytes in interface BidiReadObjectSpecOrBuilder
      Returns:
      The bytes for routingToken.
    • setRoutingToken

      public BidiReadObjectSpec.Builder setRoutingToken(String value)
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Parameters:
      value - The routingToken to set.
      Returns:
      This builder for chaining.
    • clearRoutingToken

      public BidiReadObjectSpec.Builder clearRoutingToken()
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Returns:
      This builder for chaining.
    • setRoutingTokenBytes

      public BidiReadObjectSpec.Builder setRoutingTokenBytes(com.google.protobuf.ByteString value)
       The routing token that influences request routing for the stream. Must be
       provided if a BidiReadObjectRedirectedError is returned.
       
      optional string routing_token = 14;
      Parameters:
      value - The bytes for routingToken to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final BidiReadObjectSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
    • mergeUnknownFields

      public final BidiReadObjectSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>