Class UpdateBucketRequest (2.21.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.21.0keyboard_arrow_down
public final class UpdateBucketRequest extends GeneratedMessageV3 implements UpdateBucketRequestOrBuilder
Request for UpdateBucket method.
Protobuf type google.storage.v2.UpdateBucketRequest
Static Fields
BUCKET_FIELD_NUMBER
public static final int BUCKET_FIELD_NUMBER
Field Value
Type
Description
int
public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER
Field Value
Type
Description
int
public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER
Field Value
Type
Description
int
PREDEFINED_ACL_FIELD_NUMBER
public static final int PREDEFINED_ACL_FIELD_NUMBER
Field Value
Type
Description
int
PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER
public static final int PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER
Field Value
Type
Description
int
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static UpdateBucketRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static UpdateBucketRequest . Builder newBuilder ()
newBuilder(UpdateBucketRequest prototype)
public static UpdateBucketRequest . Builder newBuilder ( UpdateBucketRequest prototype )
public static UpdateBucketRequest parseDelimitedFrom ( InputStream input )
public static UpdateBucketRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static UpdateBucketRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateBucketRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static UpdateBucketRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateBucketRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static UpdateBucketRequest parseFrom ( CodedInputStream input )
public static UpdateBucketRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static UpdateBucketRequest parseFrom ( InputStream input )
public static UpdateBucketRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static UpdateBucketRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateBucketRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<UpdateBucketRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBucket()
public Bucket getBucket ()
Required. The bucket to update.
The bucket's name
field will be used to identify the bucket.
.google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Bucket
The bucket.
getBucketOrBuilder()
public BucketOrBuilder getBucketOrBuilder ()
Required. The bucket to update.
The bucket's name
field will be used to identify the bucket.
.google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public UpdateBucketRequest getDefaultInstanceForType ()
public long getIfMetagenerationMatch ()
If set, will only modify the bucket if its metageneration matches this
value.
optional int64 if_metageneration_match = 2;
Returns
Type
Description
long
The ifMetagenerationMatch.
public long getIfMetagenerationNotMatch ()
If set, will only modify the bucket if its metageneration does not match
this value.
optional int64 if_metageneration_not_match = 3;
Returns
Type
Description
long
The ifMetagenerationNotMatch.
getParserForType()
public Parser<UpdateBucketRequest> getParserForType ()
Overrides
getPredefinedAcl()
public String getPredefinedAcl ()
Apply a predefined set of access controls to this bucket.
Valid values are "authenticatedRead", "private", "projectPrivate",
"publicRead", or "publicReadWrite".
string predefined_acl = 8;
Returns
Type
Description
String
The predefinedAcl.
getPredefinedAclBytes()
public ByteString getPredefinedAclBytes ()
Apply a predefined set of access controls to this bucket.
Valid values are "authenticatedRead", "private", "projectPrivate",
"publicRead", or "publicReadWrite".
string predefined_acl = 8;
Returns
Type
Description
ByteString
The bytes for predefinedAcl.
getPredefinedDefaultObjectAcl()
public String getPredefinedDefaultObjectAcl ()
Apply a predefined set of default object access controls to this bucket.
Valid values are "authenticatedRead", "bucketOwnerFullControl",
"bucketOwnerRead", "private", "projectPrivate", or "publicRead".
string predefined_default_object_acl = 9;
Returns
Type
Description
String
The predefinedDefaultObjectAcl.
getPredefinedDefaultObjectAclBytes()
public ByteString getPredefinedDefaultObjectAclBytes ()
Apply a predefined set of default object access controls to this bucket.
Valid values are "authenticatedRead", "bucketOwnerFullControl",
"bucketOwnerRead", "private", "projectPrivate", or "publicRead".
string predefined_default_object_acl = 9;
Returns
Type
Description
ByteString
The bytes for predefinedDefaultObjectAcl.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUpdateMask()
public 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 = 6 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
FieldMask
The updateMask.
getUpdateMaskOrBuilder()
public 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 = 6 [(.google.api.field_behavior) = REQUIRED];
hasBucket()
public boolean hasBucket ()
Required. The bucket to update.
The bucket's name
field will be used to identify the bucket.
.google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the bucket field is set.
public boolean hasIfMetagenerationMatch ()
If set, will only modify the bucket if its metageneration matches this
value.
optional int64 if_metageneration_match = 2;
Returns
Type
Description
boolean
Whether the ifMetagenerationMatch field is set.
public boolean hasIfMetagenerationNotMatch ()
If set, will only modify the bucket if its metageneration does not match
this value.
optional int64 if_metageneration_not_match = 3;
Returns
Type
Description
boolean
Whether the ifMetagenerationNotMatch field is set.
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 = 6 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the updateMask field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public UpdateBucketRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateBucketRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public UpdateBucketRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-30 UTC."],[],[],null,[]]