public static final class UpdateObjectRequest.Builder extends GeneratedMessageV3.Builder<UpdateObjectRequest.Builder> implements UpdateObjectRequestOrBuilder
Request message for UpdateObject.
Protobuf type google.storage.v2.UpdateObjectRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateObjectRequest.BuilderImplements
UpdateObjectRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateObjectRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateObjectRequest.Builder |
build()
public UpdateObjectRequest build()
Type | Description |
UpdateObjectRequest |
buildPartial()
public UpdateObjectRequest buildPartial()
Type | Description |
UpdateObjectRequest |
clear()
public UpdateObjectRequest.Builder clear()
Type | Description |
UpdateObjectRequest.Builder |
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;
Type | Description |
UpdateObjectRequest.Builder |
clearCommonRequestParams()
public UpdateObjectRequest.Builder clearCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Type | Description |
UpdateObjectRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateObjectRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpdateObjectRequest.Builder |
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;
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
clearIfGenerationNotMatch()
public UpdateObjectRequest.Builder clearIfGenerationNotMatch()
Makes the operation conditional on whether the object's current 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;
Type | Description |
UpdateObjectRequest.Builder | 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;
Type | Description |
UpdateObjectRequest.Builder | 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;
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
clearObject()
public UpdateObjectRequest.Builder clearObject()
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Type | Description |
UpdateObjectRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateObjectRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpdateObjectRequest.Builder |
clearPredefinedAcl()
public UpdateObjectRequest.Builder clearPredefinedAcl()
Apply a predefined set of access controls to this object.
.google.storage.v2.PredefinedObjectAcl predefined_acl = 6;
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
clearUpdateMask()
public UpdateObjectRequest.Builder clearUpdateMask()
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Type | Description |
UpdateObjectRequest.Builder |
clone()
public UpdateObjectRequest.Builder clone()
Type | Description |
UpdateObjectRequest.Builder |
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;
Type | Description |
CommonObjectRequestParams | The commonObjectRequestParams. |
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;
Type | Description |
CommonObjectRequestParams.Builder |
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;
Type | Description |
CommonObjectRequestParamsOrBuilder |
getCommonRequestParams()
public CommonRequestParams getCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Type | Description |
CommonRequestParams | The commonRequestParams. |
getCommonRequestParamsBuilder()
public CommonRequestParams.Builder getCommonRequestParamsBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Type | Description |
CommonRequestParams.Builder |
getCommonRequestParamsOrBuilder()
public CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Type | Description |
CommonRequestParamsOrBuilder |
getDefaultInstanceForType()
public UpdateObjectRequest getDefaultInstanceForType()
Type | Description |
UpdateObjectRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
Type | Description |
long | The ifGenerationMatch. |
getIfGenerationNotMatch()
public long getIfGenerationNotMatch()
Makes the operation conditional on whether the object's current 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;
Type | Description |
long | The ifGenerationNotMatch. |
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;
Type | Description |
long | The ifMetagenerationMatch. |
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;
Type | Description |
long | The ifMetagenerationNotMatch. |
getObject()
public Object getObject()
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Type | Description |
Object | The object. |
getObjectBuilder()
public Object.Builder getObjectBuilder()
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Type | Description |
Object.Builder |
getObjectOrBuilder()
public ObjectOrBuilder getObjectOrBuilder()
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Type | Description |
ObjectOrBuilder |
getPredefinedAcl()
public PredefinedObjectAcl getPredefinedAcl()
Apply a predefined set of access controls to this object.
.google.storage.v2.PredefinedObjectAcl predefined_acl = 6;
Type | Description |
PredefinedObjectAcl | The predefinedAcl. |
getPredefinedAclValue()
public int getPredefinedAclValue()
Apply a predefined set of access controls to this object.
.google.storage.v2.PredefinedObjectAcl predefined_acl = 6;
Type | Description |
int | The enum numeric value on the wire for predefinedAcl. |
getUpdateMask()
public FieldMask getUpdateMask()
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Type | Description |
FieldMaskOrBuilder |
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;
Type | Description |
boolean | Whether the commonObjectRequestParams field is set. |
hasCommonRequestParams()
public boolean hasCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Type | Description |
boolean | Whether the commonRequestParams field is set. |
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;
Type | Description |
boolean | Whether the ifGenerationMatch field is set. |
hasIfGenerationNotMatch()
public boolean hasIfGenerationNotMatch()
Makes the operation conditional on whether the object's current 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;
Type | Description |
boolean | Whether the ifGenerationNotMatch field is set. |
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;
Type | Description |
boolean | Whether the ifMetagenerationMatch field is set. |
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;
Type | Description |
boolean | Whether the ifMetagenerationNotMatch field is set. |
hasObject()
public boolean hasObject()
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Type | Description |
boolean | Whether the object field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Type | Description |
boolean | Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCommonObjectRequestParams(CommonObjectRequestParams value)
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;
Name | Description |
value | CommonObjectRequestParams |
Type | Description |
UpdateObjectRequest.Builder |
mergeCommonRequestParams(CommonRequestParams value)
public UpdateObjectRequest.Builder mergeCommonRequestParams(CommonRequestParams value)
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Name | Description |
value | CommonRequestParams |
Type | Description |
UpdateObjectRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateObjectRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateObjectRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateObjectRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpdateObjectRequest.Builder |
mergeFrom(UpdateObjectRequest other)
public UpdateObjectRequest.Builder mergeFrom(UpdateObjectRequest other)
Name | Description |
other | UpdateObjectRequest |
Type | Description |
UpdateObjectRequest.Builder |
mergeObject(Object value)
public UpdateObjectRequest.Builder mergeObject(Object value)
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Name | Description |
value | Object |
Type | Description |
UpdateObjectRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateObjectRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateObjectRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateObjectRequest.Builder mergeUpdateMask(FieldMask value)
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Name | Description |
value | FieldMask |
Type | Description |
UpdateObjectRequest.Builder |
setCommonObjectRequestParams(CommonObjectRequestParams value)
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;
Name | Description |
value | CommonObjectRequestParams |
Type | Description |
UpdateObjectRequest.Builder |
setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
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;
Name | Description |
builderForValue | CommonObjectRequestParams.Builder |
Type | Description |
UpdateObjectRequest.Builder |
setCommonRequestParams(CommonRequestParams value)
public UpdateObjectRequest.Builder setCommonRequestParams(CommonRequestParams value)
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Name | Description |
value | CommonRequestParams |
Type | Description |
UpdateObjectRequest.Builder |
setCommonRequestParams(CommonRequestParams.Builder builderForValue)
public UpdateObjectRequest.Builder setCommonRequestParams(CommonRequestParams.Builder builderForValue)
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
Name | Description |
builderForValue | CommonRequestParams.Builder |
Type | Description |
UpdateObjectRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateObjectRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateObjectRequest.Builder |
setIfGenerationMatch(long value)
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;
Name | Description |
value | long The ifGenerationMatch to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setIfGenerationNotMatch(long value)
public UpdateObjectRequest.Builder setIfGenerationNotMatch(long value)
Makes the operation conditional on whether the object's current 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;
Name | Description |
value | long The ifGenerationNotMatch to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setIfMetagenerationMatch(long value)
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;
Name | Description |
value | long The ifMetagenerationMatch to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setIfMetagenerationNotMatch(long value)
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;
Name | Description |
value | long The ifMetagenerationNotMatch to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setObject(Object value)
public UpdateObjectRequest.Builder setObject(Object value)
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Name | Description |
value | Object |
Type | Description |
UpdateObjectRequest.Builder |
setObject(Object.Builder builderForValue)
public UpdateObjectRequest.Builder setObject(Object.Builder builderForValue)
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 current, live version of the object.
.google.storage.v2.Object object = 1;
Name | Description |
builderForValue | Object.Builder |
Type | Description |
UpdateObjectRequest.Builder |
setPredefinedAcl(PredefinedObjectAcl value)
public UpdateObjectRequest.Builder setPredefinedAcl(PredefinedObjectAcl value)
Apply a predefined set of access controls to this object.
.google.storage.v2.PredefinedObjectAcl predefined_acl = 6;
Name | Description |
value | PredefinedObjectAcl The predefinedAcl to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setPredefinedAclValue(int value)
public UpdateObjectRequest.Builder setPredefinedAclValue(int value)
Apply a predefined set of access controls to this object.
.google.storage.v2.PredefinedObjectAcl predefined_acl = 6;
Name | Description |
value | int The enum numeric value on the wire for predefinedAcl to set. |
Type | Description |
UpdateObjectRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateObjectRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpdateObjectRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateObjectRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateObjectRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateObjectRequest.Builder setUpdateMask(FieldMask value)
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Name | Description |
value | FieldMask |
Type | Description |
UpdateObjectRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateObjectRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
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.
Not specifying a field while setting that field to a non-default value is
an error.
.google.protobuf.FieldMask update_mask = 7;
Name | Description |
builderForValue | Builder |
Type | Description |
UpdateObjectRequest.Builder |