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
Methods
__construct
Constructor.
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: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
↳ 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}
.
string
setName
Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
var
string
$this
getValidateOnly
Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
bool
setValidateOnly
Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
var
bool
$this