public interface GetBucketRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getIfMetagenerationMatch()
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
|
long |
getIfMetagenerationNotMatch()
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.FieldMask |
getReadMask()
Mask specifying which fields to read.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
Mask specifying which fields to read.
|
boolean |
hasIfMetagenerationMatch()
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
|
boolean |
hasIfMetagenerationNotMatch()
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
|
boolean |
hasReadMask()
Mask specifying which fields to read.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Required. Name of a bucket.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. Name of a bucket.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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;
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;
boolean hasIfMetagenerationNotMatch()
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;
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;
boolean hasReadMask()
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;
com.google.protobuf.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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.