public static final class DeleteTagKeyRequest.Builder extends GeneratedMessage.Builder<DeleteTagKeyRequest.Builder> implements DeleteTagKeyRequestOrBuilderThe request message for deleting a TagKey.
Protobuf type google.cloud.resourcemanager.v3.DeleteTagKeyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteTagKeyRequest.BuilderImplements
DeleteTagKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteTagKeyRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest |
|
buildPartial()
public DeleteTagKeyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest |
|
clear()
public DeleteTagKeyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
|
clearEtag()
public DeleteTagKeyRequest.Builder clearEtag()Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
clearName()
public DeleteTagKeyRequest.Builder clearName() Required. The resource name of a TagKey to be deleted in the format
tagKeys/123. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
clearValidateOnly()
public DeleteTagKeyRequest.Builder clearValidateOnly()Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteTagKeyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
public String getName() Required. The resource name of a TagKey to be deleted in the format
tagKeys/123. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name of a TagKey to be deleted in the format
tagKeys/123. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getValidateOnly()
public boolean getValidateOnly()Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteTagKeyRequest other)
public DeleteTagKeyRequest.Builder mergeFrom(DeleteTagKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteTagKeyRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteTagKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteTagKeyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
|
setEtag(String value)
public DeleteTagKeyRequest.Builder setEtag(String value)Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteTagKeyRequest.Builder setEtagBytes(ByteString value)Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteTagKeyRequest.Builder setName(String value) Required. The resource name of a TagKey to be deleted in the format
tagKeys/123. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteTagKeyRequest.Builder setNameBytes(ByteString value) Required. The resource name of a TagKey to be deleted in the format
tagKeys/123. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
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 |
DeleteTagKeyRequest.Builder |
This builder for chaining. |
setValidateOnly(boolean value)
public DeleteTagKeyRequest.Builder setValidateOnly(boolean value)Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteTagKeyRequest.Builder |
This builder for chaining. |