public final class GetBucketRequest extends GeneratedMessageV3 implements GetBucketRequestOrBuilder
Request message for GetBucket.
Protobuf type google.storage.v2.GetBucketRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetBucketRequestImplements
GetBucketRequestOrBuilderStatic Fields
IF_METAGENERATION_MATCH_FIELD_NUMBER
public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER
Type | Description |
int |
IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER
public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
READ_MASK_FIELD_NUMBER
public static final int READ_MASK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetBucketRequest getDefaultInstance()
Type | Description |
GetBucketRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetBucketRequest.Builder newBuilder()
Type | Description |
GetBucketRequest.Builder |
newBuilder(GetBucketRequest prototype)
public static GetBucketRequest.Builder newBuilder(GetBucketRequest prototype)
Name | Description |
prototype | GetBucketRequest |
Type | Description |
GetBucketRequest.Builder |
parseDelimitedFrom(InputStream input)
public static GetBucketRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GetBucketRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GetBucketRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GetBucketRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GetBucketRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GetBucketRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetBucketRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GetBucketRequest> parser()
Type | Description |
Parser<GetBucketRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public GetBucketRequest getDefaultInstanceForType()
Type | Description |
GetBucketRequest |
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;
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;
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) = { ... }
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) = { ... }
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<GetBucketRequest> getParserForType()
Type | Description |
Parser<GetBucketRequest> |
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;
Type | Description |
FieldMask | The readMask. |
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;
Type | Description |
FieldMaskOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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;
Type | Description |
boolean | Whether the ifMetagenerationMatch field is set. |
hasIfMetagenerationNotMatch()
public 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;
Type | Description |
boolean | Whether the ifMetagenerationNotMatch field is set. |
hasReadMask()
public 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;
Type | Description |
boolean | Whether the readMask field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public GetBucketRequest.Builder newBuilderForType()
Type | Description |
GetBucketRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetBucketRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GetBucketRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GetBucketRequest.Builder toBuilder()
Type | Description |
GetBucketRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |