Google Cloud Resource Manager V3 Client - Class CreateTagHoldRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateTagHoldRequest.

The request message to create a TagHold.

Generated from protobuf message google.cloud.resourcemanager.v3.CreateTagHoldRequest

Methods

build

Parameters
NameDescription
parent string

Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}. Please see {@see \Google\Cloud\ResourceManager\V3\TagHoldsClient::tagValueName()} for help formatting this field.

tagHold Google\Cloud\ResourceManager\V3\TagHold

Required. The TagHold to be created.

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\CreateTagHoldRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}.

↳ tag_hold Google\Cloud\ResourceManager\V3\TagHold

Required. The TagHold to be created.

↳ validate_only bool

Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.

getParent

Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}.

Returns
TypeDescription
string

setParent

Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTagHold

Required. The TagHold to be created.

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\TagHold|null

hasTagHold

clearTagHold

setTagHold

Required. The TagHold to be created.

Parameter
NameDescription
var Google\Cloud\ResourceManager\V3\TagHold
Returns
TypeDescription
$this

getValidateOnly

Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.

Returns
TypeDescription
bool

setValidateOnly

Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this