public interface DeleteBucketRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
|
long |
getIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this
value.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
|
boolean |
hasIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this
value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Required. Name of a bucket to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. Name of a bucket to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
long getIfMetagenerationMatch()
If set, only deletes the bucket if its metageneration matches this value.
optional int64 if_metageneration_match = 2;
boolean hasIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
long getIfMetagenerationNotMatch()
If set, only deletes the bucket if its metageneration does not match this value.
optional int64 if_metageneration_not_match = 3;
Copyright © 2023 Google LLC. All rights reserved.