public static final class DeleteBucketRequest.Builder extends GeneratedMessage.Builder<DeleteBucketRequest.Builder> implements DeleteBucketRequestOrBuilderRequest message for DeleteBucket.
Protobuf type google.storage.v2.DeleteBucketRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteBucketRequest.BuilderImplements
DeleteBucketRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteBucketRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest |
|
buildPartial()
public DeleteBucketRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest |
|
clear()
public DeleteBucketRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
|
clearIfMetagenerationMatch()
public DeleteBucketRequest.Builder clearIfMetagenerationMatch()If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
clearIfMetagenerationNotMatch()
public DeleteBucketRequest.Builder clearIfMetagenerationNotMatch()If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
clearName()
public DeleteBucketRequest.Builder clearName()Required. Name of a bucket to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteBucketRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIfMetagenerationMatch()
public long getIfMetagenerationMatch()If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasIfMetagenerationMatch()
public boolean hasIfMetagenerationMatch()If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ifMetagenerationNotMatch field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteBucketRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteBucketRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
|
mergeFrom(DeleteBucketRequest other)
public DeleteBucketRequest.Builder mergeFrom(DeleteBucketRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteBucketRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
|
setIfMetagenerationMatch(long value)
public DeleteBucketRequest.Builder setIfMetagenerationMatch(long value)If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe ifMetagenerationMatch to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
setIfMetagenerationNotMatch(long value)
public DeleteBucketRequest.Builder setIfMetagenerationNotMatch(long value)If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe ifMetagenerationNotMatch to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteBucketRequest.Builder setName(String value)Required. Name of a bucket to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteBucketRequest.Builder setNameBytes(ByteString value)Required. Name of a bucket to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteBucketRequest.Builder |
This builder for chaining. |