Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateTagValueRequest.
The request message for creating a TagValue.
Generated from protobuf message google.cloud.resourcemanager.v3.CreateTagValueRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tag_value
Google\Cloud\ResourceManager\V3\TagValue
Required. The TagValue to be created. Only fields short_name
, description
, and parent
are considered during the creation request.
↳ validate_only
bool
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
getTagValue
Required. The TagValue to be created. Only fields short_name
, description
,
and parent
are considered during the creation request.
hasTagValue
clearTagValue
setTagValue
Required. The TagValue to be created. Only fields short_name
, description
,
and parent
are considered during the creation request.
$this
getValidateOnly
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
bool
setValidateOnly
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
var
bool
$this