Class UpdateObjectRequest.Builder

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

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

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

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

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

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

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

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

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

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

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

      public UpdateObjectRequest.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<UpdateObjectRequest.Builder>
      Throws:
      IOException
    • hasObject

      public boolean hasObject()
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasObject in interface UpdateObjectRequestOrBuilder
      Returns:
      Whether the object field is set.
    • getObject

      public Object getObject()
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getObject in interface UpdateObjectRequestOrBuilder
      Returns:
      The object.
    • setObject

      public UpdateObjectRequest.Builder setObject(Object value)
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
    • setObject

      public UpdateObjectRequest.Builder setObject(Object.Builder builderForValue)
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeObject

      public UpdateObjectRequest.Builder mergeObject(Object value)
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearObject

      public UpdateObjectRequest.Builder clearObject()
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
    • getObjectBuilder

      public Object.Builder getObjectBuilder()
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
    • getObjectOrBuilder

      public ObjectOrBuilder getObjectOrBuilder()
       Required. The object to update.
       The object's bucket and name fields are used to identify the object to
       update. If present, the object's generation field selects a specific
       revision of this object whose metadata should be updated. Otherwise,
       assumes the live version of the object.
       
      .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getObjectOrBuilder in interface UpdateObjectRequestOrBuilder
    • 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 = 2;
      Specified by:
      hasIfGenerationMatch in interface UpdateObjectRequestOrBuilder
      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 = 2;
      Specified by:
      getIfGenerationMatch in interface UpdateObjectRequestOrBuilder
      Returns:
      The ifGenerationMatch.
    • setIfGenerationMatch

      public UpdateObjectRequest.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 = 2;
      Parameters:
      value - The ifGenerationMatch to set.
      Returns:
      This builder for chaining.
    • clearIfGenerationMatch

      public UpdateObjectRequest.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 = 2;
      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 = 3;
      Specified by:
      hasIfGenerationNotMatch in interface UpdateObjectRequestOrBuilder
      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 = 3;
      Specified by:
      getIfGenerationNotMatch in interface UpdateObjectRequestOrBuilder
      Returns:
      The ifGenerationNotMatch.
    • setIfGenerationNotMatch

      public UpdateObjectRequest.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 = 3;
      Parameters:
      value - The ifGenerationNotMatch to set.
      Returns:
      This builder for chaining.
    • clearIfGenerationNotMatch

      public UpdateObjectRequest.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 = 3;
      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 = 4;
      Specified by:
      hasIfMetagenerationMatch in interface UpdateObjectRequestOrBuilder
      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 = 4;
      Specified by:
      getIfMetagenerationMatch in interface UpdateObjectRequestOrBuilder
      Returns:
      The ifMetagenerationMatch.
    • setIfMetagenerationMatch

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

      public UpdateObjectRequest.Builder clearIfMetagenerationMatch()
       Makes the operation conditional on whether the object's current
       metageneration matches the given value.
       
      optional int64 if_metageneration_match = 4;
      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 = 5;
      Specified by:
      hasIfMetagenerationNotMatch in interface UpdateObjectRequestOrBuilder
      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 = 5;
      Specified by:
      getIfMetagenerationNotMatch in interface UpdateObjectRequestOrBuilder
      Returns:
      The ifMetagenerationNotMatch.
    • setIfMetagenerationNotMatch

      public UpdateObjectRequest.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 = 5;
      Parameters:
      value - The ifMetagenerationNotMatch to set.
      Returns:
      This builder for chaining.
    • clearIfMetagenerationNotMatch

      public UpdateObjectRequest.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 = 5;
      Returns:
      This builder for chaining.
    • getPredefinedAcl

      public String getPredefinedAcl()
       Apply a predefined set of access controls to this object.
       Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string predefined_acl = 10;
      Specified by:
      getPredefinedAcl in interface UpdateObjectRequestOrBuilder
      Returns:
      The predefinedAcl.
    • getPredefinedAclBytes

      public com.google.protobuf.ByteString getPredefinedAclBytes()
       Apply a predefined set of access controls to this object.
       Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string predefined_acl = 10;
      Specified by:
      getPredefinedAclBytes in interface UpdateObjectRequestOrBuilder
      Returns:
      The bytes for predefinedAcl.
    • setPredefinedAcl

      public UpdateObjectRequest.Builder setPredefinedAcl(String value)
       Apply a predefined set of access controls to this object.
       Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string predefined_acl = 10;
      Parameters:
      value - The predefinedAcl to set.
      Returns:
      This builder for chaining.
    • clearPredefinedAcl

      public UpdateObjectRequest.Builder clearPredefinedAcl()
       Apply a predefined set of access controls to this object.
       Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string predefined_acl = 10;
      Returns:
      This builder for chaining.
    • setPredefinedAclBytes

      public UpdateObjectRequest.Builder setPredefinedAclBytes(com.google.protobuf.ByteString value)
       Apply a predefined set of access controls to this object.
       Valid values are "authenticatedRead", "bucketOwnerFullControl",
       "bucketOwnerRead", "private", "projectPrivate", or "publicRead".
       
      string predefined_acl = 10;
      Parameters:
      value - The bytes for predefinedAcl to set.
      Returns:
      This builder for chaining.
    • hasUpdateMask

      public boolean hasUpdateMask()
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasUpdateMask in interface UpdateObjectRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public com.google.protobuf.FieldMask getUpdateMask()
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getUpdateMask in interface UpdateObjectRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateObjectRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
    • setUpdateMask

      public UpdateObjectRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
    • mergeUpdateMask

      public UpdateObjectRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
    • clearUpdateMask

      public UpdateObjectRequest.Builder clearUpdateMask()
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
    • getUpdateMaskOrBuilder

      public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. List of fields to be updated.
      
       To specify ALL fields, equivalent to the JSON API's "update" function,
       specify a single field with the value `*`. Note: not recommended. If a new
       field is introduced at a later time, an older client updating with the `*`
       may accidentally reset the new field's value.
      
       Not specifying any fields is an error.
       
      .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateObjectRequestOrBuilder
    • 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 UpdateObjectRequestOrBuilder
      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 UpdateObjectRequestOrBuilder
      Returns:
      The commonObjectRequestParams.
    • setCommonObjectRequestParams

      public UpdateObjectRequest.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 UpdateObjectRequest.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 UpdateObjectRequest.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 UpdateObjectRequest.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 UpdateObjectRequestOrBuilder
    • setUnknownFields

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

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