Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateTagKeyRequest.
The request message for creating a TagKey.
Generated from protobuf message google.cloud.resourcemanager.v3.CreateTagKeyRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tag_key
Google\Cloud\ResourceManager\V3\TagKey
Required. The TagKey to be created. Only fields short_name
, description
, and parent
are considered during the creation request.
↳ validate_only
bool
Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.
getTagKey
Required. The TagKey to be created. Only fields short_name
, description
, and parent
are considered during the creation request.
hasTagKey
clearTagKey
setTagKey
Required. The TagKey to be created. Only fields short_name
, description
, and parent
are considered during the creation request.
$this
getValidateOnly
Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.
bool
setValidateOnly
Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.
var
bool
$this
static::build
tagKey
Google\Cloud\ResourceManager\V3\TagKey
Required. The TagKey to be created. Only fields short_name
, description
, and parent
are considered during the creation request.