public static final class DeleteTagHoldRequest.Builder extends GeneratedMessage.Builder<DeleteTagHoldRequest.Builder> implements DeleteTagHoldRequestOrBuilderThe request message to delete a TagHold.
Protobuf type google.cloud.resourcemanager.v3.DeleteTagHoldRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteTagHoldRequest.BuilderImplements
DeleteTagHoldRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteTagHoldRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest |
|
buildPartial()
public DeleteTagHoldRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest |
|
clear()
public DeleteTagHoldRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
|
clearName()
public DeleteTagHoldRequest.Builder clearName() Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
This builder for chaining. |
clearValidateOnly()
public DeleteTagHoldRequest.Builder clearValidateOnly()Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteTagHoldRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.
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 the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.
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 to true to perform the validations necessary for deleting the resource, 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(DeleteTagHoldRequest other)
public DeleteTagHoldRequest.Builder mergeFrom(DeleteTagHoldRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteTagHoldRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteTagHoldRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteTagHoldRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
|
setName(String value)
public DeleteTagHoldRequest.Builder setName(String value) Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteTagHoldRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteTagHoldRequest.Builder setNameBytes(ByteString value) Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.
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 |
DeleteTagHoldRequest.Builder |
This builder for chaining. |
setValidateOnly(boolean value)
public DeleteTagHoldRequest.Builder setValidateOnly(boolean value)Optional. Set to true to perform the validations necessary for deleting the resource, 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 |
DeleteTagHoldRequest.Builder |
This builder for chaining. |