Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class DeleteTagHoldRequest.
The request message to delete a TagHold.
Generated from protobuf message google.cloud.resourcemanager.v3.DeleteTagHoldRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the TagHold to delete. Must be of the form: |
↳ validate_only |
bool
Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action. |
getName
Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The resource name of the TagHold to delete. Must be of the form:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\DeleteTagHoldRequest |