Package com.google.storage.v2
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 Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Required.Optional.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Optional.Makes the operation conditional on whether the object's current generation matches the given value.Makes the operation conditional on whether the object's live generation does not match the given value.Makes the operation conditional on whether the object's current metageneration matches the given value.Makes the operation conditional on whether the object's current metageneration does not match the given value.Required.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The client can optionally set this field.Deprecated.The routing token that influences request routing for the stream.clone()Required.com.google.protobuf.ByteStringRequired.Optional.Optional.Optional.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlongOptional.longMakes the operation conditional on whether the object's current generation matches the given value.longMakes the operation conditional on whether the object's live generation does not match the given value.longMakes the operation conditional on whether the object's current metageneration matches the given value.longMakes the operation conditional on whether the object's current metageneration does not match the given value.Required.com.google.protobuf.ByteStringRequired.The client can optionally set this field.The client can optionally set this field.The client can optionally set this field.com.google.protobuf.FieldMaskDeprecated.google.storage.v2.BidiReadObjectSpec.read_mask is deprecated.com.google.protobuf.FieldMask.BuilderDeprecated.com.google.protobuf.FieldMaskOrBuilderDeprecated.The routing token that influences request routing for the stream.com.google.protobuf.ByteStringThe routing token that influences request routing for the stream.booleanOptional.booleanMakes the operation conditional on whether the object's current generation matches the given value.booleanMakes the operation conditional on whether the object's live generation does not match the given value.booleanMakes the operation conditional on whether the object's current metageneration matches the given value.booleanMakes the operation conditional on whether the object's current metageneration does not match the given value.booleanThe client can optionally set this field.booleanDeprecated.google.storage.v2.BidiReadObjectSpec.read_mask is deprecated.booleanThe routing token that influences request routing for the stream.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanOptional.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(BidiReadObjectSpec other) mergeReadHandle(BidiReadHandle value) The client can optionally set this field.mergeReadMask(com.google.protobuf.FieldMask value) Deprecated.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Required.setBucketBytes(com.google.protobuf.ByteString value) Required.Optional.setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue) Optional.setGeneration(long value) Optional.setIfGenerationMatch(long value) Makes the operation conditional on whether the object's current generation matches the given value.setIfGenerationNotMatch(long value) Makes the operation conditional on whether the object's live generation does not match the given value.setIfMetagenerationMatch(long value) Makes the operation conditional on whether the object's current metageneration matches the given value.setIfMetagenerationNotMatch(long value) Makes the operation conditional on whether the object's current metageneration does not match the given value.Required.setObjectBytes(com.google.protobuf.ByteString value) Required.setReadHandle(BidiReadHandle value) The client can optionally set this field.setReadHandle(BidiReadHandle.Builder builderForValue) The client can optionally set this field.setReadMask(com.google.protobuf.FieldMask value) Deprecated.setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) Deprecated.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRoutingToken(String value) The routing token that influences request routing for the stream.setRoutingTokenBytes(com.google.protobuf.ByteString value) The routing token that influences request routing for the stream.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
setField
public BidiReadObjectSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
setRepeatedField
public BidiReadObjectSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
addRepeatedField
public BidiReadObjectSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BidiReadObjectSpec.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BidiReadObjectSpec.Builder>- Throws:
IOException
-
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:
getBucketin interfaceBidiReadObjectSpecOrBuilder- 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:
getBucketBytesin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The bytes for bucket.
-
setBucket
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
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
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
Required. The name of the object to read.
string object = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getObjectin interfaceBidiReadObjectSpecOrBuilder- 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:
getObjectBytesin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The bytes for object.
-
setObject
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
Required. The name of the object to read.
string object = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setObjectBytes
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()Optional. If present, selects a specific revision of this object (as opposed to the latest version, the default).
int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getGenerationin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The generation.
-
setGeneration
Optional. If present, selects a specific revision of this object (as opposed to the latest version, the default).
int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The generation to set.- Returns:
- This builder for chaining.
-
clearGeneration
Optional. If present, selects a specific revision of this object (as opposed to the latest version, the default).
int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];- 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:
hasIfGenerationMatchin interfaceBidiReadObjectSpecOrBuilder- 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:
getIfGenerationMatchin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The ifGenerationMatch.
-
setIfGenerationMatch
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
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:
hasIfGenerationNotMatchin interfaceBidiReadObjectSpecOrBuilder- 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:
getIfGenerationNotMatchin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The ifGenerationNotMatch.
-
setIfGenerationNotMatch
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
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:
hasIfMetagenerationMatchin interfaceBidiReadObjectSpecOrBuilder- 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:
getIfMetagenerationMatchin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The ifMetagenerationMatch.
-
setIfMetagenerationMatch
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
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:
hasIfMetagenerationNotMatchin interfaceBidiReadObjectSpecOrBuilder- 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:
getIfMetagenerationNotMatchin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The ifMetagenerationNotMatch.
-
setIfMetagenerationNotMatch
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
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()Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
hasCommonObjectRequestParamsin interfaceBidiReadObjectSpecOrBuilder- Returns:
- Whether the commonObjectRequestParams field is set.
-
getCommonObjectRequestParams
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommonObjectRequestParamsin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The commonObjectRequestParams.
-
setCommonObjectRequestParams
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL]; -
setCommonObjectRequestParams
public BidiReadObjectSpec.Builder setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue) Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL]; -
mergeCommonObjectRequestParams
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL]; -
clearCommonObjectRequestParams
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL]; -
getCommonObjectRequestParamsBuilder
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL]; -
getCommonObjectRequestParamsOrBuilder
Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommonObjectRequestParamsOrBuilderin interfaceBidiReadObjectSpecOrBuilder
-
hasReadMask
Deprecated.google.storage.v2.BidiReadObjectSpec.read_mask is deprecated. See google/storage/v2/storage.proto;l=1027Mask 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:
hasReadMaskin interfaceBidiReadObjectSpecOrBuilder- Returns:
- Whether the readMask field is set.
-
getReadMask
Deprecated.google.storage.v2.BidiReadObjectSpec.read_mask is deprecated. See google/storage/v2/storage.proto;l=1027Mask 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:
getReadMaskin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The readMask.
-
setReadMask
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.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.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.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.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:
getReadMaskOrBuilderin interfaceBidiReadObjectSpecOrBuilder
-
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:
hasReadHandlein interfaceBidiReadObjectSpecOrBuilder- Returns:
- Whether the readHandle field is set.
-
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:
getReadHandlein interfaceBidiReadObjectSpecOrBuilder- Returns:
- The readHandle.
-
setReadHandle
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
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
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
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
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
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:
getReadHandleOrBuilderin interfaceBidiReadObjectSpecOrBuilder
-
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:
hasRoutingTokenin interfaceBidiReadObjectSpecOrBuilder- Returns:
- Whether the routingToken field is set.
-
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:
getRoutingTokenin interfaceBidiReadObjectSpecOrBuilder- 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:
getRoutingTokenBytesin interfaceBidiReadObjectSpecOrBuilder- Returns:
- The bytes for routingToken.
-
setRoutingToken
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
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
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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-
mergeUnknownFields
public final BidiReadObjectSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BidiReadObjectSpec.Builder>
-