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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag_value |
Google\Cloud\ResourceManager\V3\TagValue
Required. The TagValue to be created. Only fields |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\ResourceManager\V3\TagValue
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
tagValue |
Google\Cloud\ResourceManager\V3\TagValue
Required. The TagValue to be created. Only fields |
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\CreateTagValueRequest |