public interface UpdateObjectRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommonObjectRequestParams()
public abstract 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. |
getCommonObjectRequestParamsOrBuilder()
public abstract 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 abstract 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. |
getCommonRequestParamsOrBuilder()
public abstract CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
| Type | Description |
| CommonRequestParamsOrBuilder |
getIfGenerationMatch()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |
getObjectOrBuilder()
public abstract 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 abstract 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;
| Type | Description |
| String | The predefinedAcl. |
getPredefinedAclBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for predefinedAcl. |
getUpdateMask()
public abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |