Google Cloud Resource Manager V3 Client - Class CreateTagValueRequest (0.8.0)

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

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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.

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

hasTagValue

clearTagValue

setTagValue

Required. The TagValue to be created. Only fields short_name, description, and parent are considered during the creation request.

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

getValidateOnly

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

Returns
TypeDescription
bool

setValidateOnly

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
tagValue Google\Cloud\ResourceManager\V3\TagValue

Required. The TagValue to be created. Only fields short_name, description, and parent are considered during the creation request.

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\CreateTagValueRequest