Class GetBucketRequest.Builder (2.24.0)

public static final class GetBucketRequest.Builder extends GeneratedMessageV3.Builder<GetBucketRequest.Builder> implements GetBucketRequestOrBuilder

Request message for GetBucket.

Protobuf type google.storage.v2.GetBucketRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetBucketRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetBucketRequest.Builder
Overrides

build()

public GetBucketRequest build()
Returns
Type Description
GetBucketRequest

buildPartial()

public GetBucketRequest buildPartial()
Returns
Type Description
GetBucketRequest

clear()

public GetBucketRequest.Builder clear()
Returns
Type Description
GetBucketRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetBucketRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetBucketRequest.Builder
Overrides

clearIfMetagenerationMatch()

public GetBucketRequest.Builder clearIfMetagenerationMatch()

If set, and if the bucket's current metageneration does not match the specified value, the request will return an error.

optional int64 if_metageneration_match = 2;

Returns
Type Description
GetBucketRequest.Builder

This builder for chaining.

clearIfMetagenerationNotMatch()

public GetBucketRequest.Builder clearIfMetagenerationNotMatch()

If set, and if the bucket's current metageneration matches the specified value, the request will return an error.

optional int64 if_metageneration_not_match = 3;

Returns
Type Description
GetBucketRequest.Builder

This builder for chaining.

clearName()

public GetBucketRequest.Builder clearName()

Required. Name of a bucket.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetBucketRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetBucketRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetBucketRequest.Builder
Overrides

clearReadMask()

public GetBucketRequest.Builder clearReadMask()

Mask specifying which fields to read. A "*" field may be used to indicate all fields. If no mask is specified, will default to all fields.

optional .google.protobuf.FieldMask read_mask = 5;

Returns
Type Description
GetBucketRequest.Builder

clone()

public GetBucketRequest.Builder clone()
Returns
Type Description
GetBucketRequest.Builder
Overrides

getDefaultInstanceForType()

public GetBucketRequest getDefaultInstanceForType()
Returns
Type Description
GetBucketRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIfMetagenerationMatch()

public long getIfMetagenerationMatch()

If set, and if the bucket's current metageneration does not match the specified value, the request will return an error.

optional int64 if_metageneration_match = 2;

Returns
Type Description
long

The ifMetagenerationMatch.

getIfMetagenerationNotMatch()

public long getIfMetagenerationNotMatch()

If set, and if the bucket's current metageneration matches the specified value, the request will return an error.

optional int64 if_metageneration_not_match = 3;

Returns
Type Description
long

The ifMetagenerationNotMatch.

getName()

public String getName()

Required. Name of a bucket.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of a bucket.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getReadMask()

public FieldMask getReadMask()

Mask specifying which fields to read. A "*" field may be used to indicate all fields. If no mask is specified, will default to all fields.

optional .google.protobuf.FieldMask read_mask = 5;

Returns
Type Description
FieldMask

The readMask.

getReadMaskBuilder()

public FieldMask.Builder getReadMaskBuilder()

Mask specifying which fields to read. A "*" field may be used to indicate all fields. If no mask is specified, will default to all fields.

optional .google.protobuf.FieldMask read_mask = 5;

Returns
Type Description
Builder

getReadMaskOrBuilder()

public FieldMaskOrBuilder getReadMaskOrBuilder()

Mask specifying which fields to read. A "*" field may be used to indicate all fields. If no mask is specified, will default to all fields.

optional .google.protobuf.FieldMask read_mask = 5;

Returns
Type Description
FieldMaskOrBuilder

hasIfMetagenerationMatch()

public boolean hasIfMetagenerationMatch()

If set, and if the bucket's current metageneration does not match the specified value, the request will return an error.

optional int64 if_metageneration_match = 2;

Returns
Type Description