Class ComposeObjectRequest.Builder

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

public static final class ComposeObjectRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ComposeObjectRequest.Builder> implements ComposeObjectRequestOrBuilder
 Request message for ComposeObject.
 
Protobuf type google.storage.v2.ComposeObjectRequest
  • 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<ComposeObjectRequest.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<ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • getDefaultInstanceForType

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

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

      public ComposeObjectRequest 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<ComposeObjectRequest.Builder>
    • setField

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • clearField

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • clearOneof

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • setRepeatedField

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • addRepeatedField

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • mergeFrom

      public ComposeObjectRequest.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<ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • mergeFrom

      public ComposeObjectRequest.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<ComposeObjectRequest.Builder>
      Throws:
      IOException
    • hasDestination

      public boolean hasDestination()
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasDestination in interface ComposeObjectRequestOrBuilder
      Returns:
      Whether the destination field is set.
    • getDestination

      public Object getDestination()
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDestination in interface ComposeObjectRequestOrBuilder
      Returns:
      The destination.
    • setDestination

      public ComposeObjectRequest.Builder setDestination(Object value)
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • setDestination

      public ComposeObjectRequest.Builder setDestination(Object.Builder builderForValue)
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeDestination

      public ComposeObjectRequest.Builder mergeDestination(Object value)
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearDestination

      public ComposeObjectRequest.Builder clearDestination()
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDestinationBuilder

      public Object.Builder getDestinationBuilder()
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDestinationOrBuilder

      public ObjectOrBuilder getDestinationOrBuilder()
       Required. Properties of the resulting object.
       
      .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDestinationOrBuilder in interface ComposeObjectRequestOrBuilder
    • getSourceObjectsList

      public List<ComposeObjectRequest.SourceObject> getSourceObjectsList()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSourceObjectsList in interface ComposeObjectRequestOrBuilder
    • getSourceObjectsCount

      public int getSourceObjectsCount()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSourceObjectsCount in interface ComposeObjectRequestOrBuilder
    • getSourceObjects

      public ComposeObjectRequest.SourceObject getSourceObjects(int index)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSourceObjects in interface ComposeObjectRequestOrBuilder
    • setSourceObjects

      public ComposeObjectRequest.Builder setSourceObjects(int index, ComposeObjectRequest.SourceObject value)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • setSourceObjects

      public ComposeObjectRequest.Builder setSourceObjects(int index, ComposeObjectRequest.SourceObject.Builder builderForValue)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addSourceObjects

       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addSourceObjects

      public ComposeObjectRequest.Builder addSourceObjects(int index, ComposeObjectRequest.SourceObject value)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addSourceObjects

       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addSourceObjects

      public ComposeObjectRequest.Builder addSourceObjects(int index, ComposeObjectRequest.SourceObject.Builder builderForValue)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addAllSourceObjects

      public ComposeObjectRequest.Builder addAllSourceObjects(Iterable<? extends ComposeObjectRequest.SourceObject> values)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • clearSourceObjects

      public ComposeObjectRequest.Builder clearSourceObjects()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • removeSourceObjects

      public ComposeObjectRequest.Builder removeSourceObjects(int index)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getSourceObjectsBuilder

      public ComposeObjectRequest.SourceObject.Builder getSourceObjectsBuilder(int index)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getSourceObjectsOrBuilder

      public ComposeObjectRequest.SourceObjectOrBuilder getSourceObjectsOrBuilder(int index)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSourceObjectsOrBuilder in interface ComposeObjectRequestOrBuilder
    • getSourceObjectsOrBuilderList

      public List<? extends ComposeObjectRequest.SourceObjectOrBuilder> getSourceObjectsOrBuilderList()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSourceObjectsOrBuilderList in interface ComposeObjectRequestOrBuilder
    • addSourceObjectsBuilder

      public ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • addSourceObjectsBuilder

      public ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder(int index)
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getSourceObjectsBuilderList

      public List<ComposeObjectRequest.SourceObject.Builder> getSourceObjectsBuilderList()
       Optional. The list of source objects that will be concatenated into a
       single object.
       
      repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getDestinationPredefinedAcl

      public String getDestinationPredefinedAcl()
       Optional. Apply a predefined set of access controls to the destination
       object. Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string destination_predefined_acl = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDestinationPredefinedAcl in interface ComposeObjectRequestOrBuilder
      Returns:
      The destinationPredefinedAcl.
    • getDestinationPredefinedAclBytes

      public com.google.protobuf.ByteString getDestinationPredefinedAclBytes()
       Optional. Apply a predefined set of access controls to the destination
       object. Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string destination_predefined_acl = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDestinationPredefinedAclBytes in interface ComposeObjectRequestOrBuilder
      Returns:
      The bytes for destinationPredefinedAcl.
    • setDestinationPredefinedAcl

      public ComposeObjectRequest.Builder setDestinationPredefinedAcl(String value)
       Optional. Apply a predefined set of access controls to the destination
       object. Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string destination_predefined_acl = 9 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The destinationPredefinedAcl to set.
      Returns:
      This builder for chaining.
    • clearDestinationPredefinedAcl

      public ComposeObjectRequest.Builder clearDestinationPredefinedAcl()
       Optional. Apply a predefined set of access controls to the destination
       object. Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string destination_predefined_acl = 9 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setDestinationPredefinedAclBytes

      public ComposeObjectRequest.Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString value)
       Optional. Apply a predefined set of access controls to the destination
       object. Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string destination_predefined_acl = 9 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for destinationPredefinedAcl to set.
      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 ComposeObjectRequestOrBuilder
      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 ComposeObjectRequestOrBuilder
      Returns:
      The ifGenerationMatch.
    • setIfGenerationMatch

      public ComposeObjectRequest.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 ComposeObjectRequest.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.
    • hasIfMetagenerationMatch

      public boolean hasIfMetagenerationMatch()
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 5;
      Specified by:
      hasIfMetagenerationMatch in interface ComposeObjectRequestOrBuilder
      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 = 5;
      Specified by:
      getIfMetagenerationMatch in interface ComposeObjectRequestOrBuilder
      Returns:
      The ifMetagenerationMatch.
    • setIfMetagenerationMatch

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

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

      public String getKmsKey()
       Optional. Resource name of the Cloud KMS key, of the form
       `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
       that will be used to encrypt the object. Overrides the object
       metadata's `kms_key_name` value, if any.
       
      string kms_key = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getKmsKey in interface ComposeObjectRequestOrBuilder
      Returns:
      The kmsKey.
    • getKmsKeyBytes

      public com.google.protobuf.ByteString getKmsKeyBytes()
       Optional. Resource name of the Cloud KMS key, of the form
       `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
       that will be used to encrypt the object. Overrides the object
       metadata's `kms_key_name` value, if any.
       
      string kms_key = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getKmsKeyBytes in interface ComposeObjectRequestOrBuilder
      Returns:
      The bytes for kmsKey.
    • setKmsKey

      public ComposeObjectRequest.Builder setKmsKey(String value)
       Optional. Resource name of the Cloud KMS key, of the form
       `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
       that will be used to encrypt the object. Overrides the object
       metadata's `kms_key_name` value, if any.
       
      string kms_key = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The kmsKey to set.
      Returns:
      This builder for chaining.
    • clearKmsKey

      public ComposeObjectRequest.Builder clearKmsKey()
       Optional. Resource name of the Cloud KMS key, of the form
       `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
       that will be used to encrypt the object. Overrides the object
       metadata's `kms_key_name` value, if any.
       
      string kms_key = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setKmsKeyBytes

      public ComposeObjectRequest.Builder setKmsKeyBytes(com.google.protobuf.ByteString value)
       Optional. Resource name of the Cloud KMS key, of the form
       `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
       that will be used to encrypt the object. Overrides the object
       metadata's `kms_key_name` value, if any.
       
      string kms_key = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for kmsKey to set.
      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 = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasCommonObjectRequestParams in interface ComposeObjectRequestOrBuilder
      Returns:
      Whether the commonObjectRequestParams field is set.
    • getCommonObjectRequestParams

      public CommonObjectRequestParams getCommonObjectRequestParams()
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCommonObjectRequestParams in interface ComposeObjectRequestOrBuilder
      Returns:
      The commonObjectRequestParams.
    • setCommonObjectRequestParams

      public ComposeObjectRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams value)
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
    • setCommonObjectRequestParams

      public ComposeObjectRequest.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 = 7 [(.google.api.field_behavior) = OPTIONAL];
    • mergeCommonObjectRequestParams

      public ComposeObjectRequest.Builder mergeCommonObjectRequestParams(CommonObjectRequestParams value)
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
    • clearCommonObjectRequestParams

      public ComposeObjectRequest.Builder clearCommonObjectRequestParams()
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getCommonObjectRequestParamsBuilder

      public CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder()
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getCommonObjectRequestParamsOrBuilder

      public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
       Optional. A set of parameters common to Storage API requests concerning an
       object.
       
      .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCommonObjectRequestParamsOrBuilder in interface ComposeObjectRequestOrBuilder
    • hasObjectChecksums

      public boolean hasObjectChecksums()
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasObjectChecksums in interface ComposeObjectRequestOrBuilder
      Returns:
      Whether the objectChecksums field is set.
    • getObjectChecksums

      public ObjectChecksums getObjectChecksums()
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getObjectChecksums in interface ComposeObjectRequestOrBuilder
      Returns:
      The objectChecksums.
    • setObjectChecksums

      public ComposeObjectRequest.Builder setObjectChecksums(ObjectChecksums value)
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
    • setObjectChecksums

      public ComposeObjectRequest.Builder setObjectChecksums(ObjectChecksums.Builder builderForValue)
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
    • mergeObjectChecksums

      public ComposeObjectRequest.Builder mergeObjectChecksums(ObjectChecksums value)
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
    • clearObjectChecksums

      public ComposeObjectRequest.Builder clearObjectChecksums()
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
    • getObjectChecksumsBuilder

      public ObjectChecksums.Builder getObjectChecksumsBuilder()
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
    • getObjectChecksumsOrBuilder

      public ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder()
       Optional. The checksums of the complete object. This will be validated
       against the combined checksums of the component objects.
       
      .google.storage.v2.ObjectChecksums object_checksums = 10 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getObjectChecksumsOrBuilder in interface ComposeObjectRequestOrBuilder
    • setUnknownFields

      public final ComposeObjectRequest.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<ComposeObjectRequest.Builder>
    • mergeUnknownFields

      public final ComposeObjectRequest.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<ComposeObjectRequest.Builder>