public final class DeleteBucketRequest extends GeneratedMessageV3 implements DeleteBucketRequestOrBuilder
Request message for DeleteBucket.
Protobuf type google.storage.v2.DeleteBucketRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteBucketRequestImplements
DeleteBucketRequestOrBuilderStatic Fields
COMMON_REQUEST_PARAMS_FIELD_NUMBER
public static final int COMMON_REQUEST_PARAMS_FIELD_NUMBER
Type | Description |
int |
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 |
Static Methods
getDefaultInstance()
public static DeleteBucketRequest getDefaultInstance()
Type | Description |
DeleteBucketRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteBucketRequest.Builder newBuilder()
Type | Description |
DeleteBucketRequest.Builder |
newBuilder(DeleteBucketRequest prototype)
public static DeleteBucketRequest.Builder newBuilder(DeleteBucketRequest prototype)
Name | Description |
prototype | DeleteBucketRequest |
Type | Description |
DeleteBucketRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteBucketRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteBucketRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteBucketRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DeleteBucketRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DeleteBucketRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DeleteBucketRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteBucketRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteBucketRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeleteBucketRequest> parser()
Type | Description |
Parser<DeleteBucketRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCommonRequestParams()
public CommonRequestParams getCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 5;
Type | Description |
CommonRequestParams | The commonRequestParams. |
getCommonRequestParamsOrBuilder()
public CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 5;
Type | Description |
CommonRequestParamsOrBuilder |
getDefaultInstanceForType()
public DeleteBucketRequest getDefaultInstanceForType()
Type | Description |
DeleteBucketRequest |
getIfMetagenerationMatch()
public long getIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
Type | Description |
long | The ifMetagenerationMatch. |
getIfMetagenerationNotMatch()
public long getIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
Type | Description |
long | The ifMetagenerationNotMatch. |
getName()
public String getName()
Required. Name of a bucket to delete.
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 to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<DeleteBucketRequest> getParserForType()
Type | Description |
Parser<DeleteBucketRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCommonRequestParams()
public boolean hasCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 5;
Type | Description |
boolean | Whether the commonRequestParams field is set. |
hasIfMetagenerationMatch()
public boolean hasIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
Type | Description |
boolean | Whether the ifMetagenerationMatch field is set. |
hasIfMetagenerationNotMatch()
public boolean hasIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
Type | Description |
boolean | Whether the ifMetagenerationNotMatch 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 DeleteBucketRequest.Builder newBuilderForType()
Type | Description |
DeleteBucketRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteBucketRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DeleteBucketRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DeleteBucketRequest.Builder toBuilder()
Type | Description |
DeleteBucketRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |