Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class UpdateTagValueRequest.
The request message for updating a TagValue.
Generated from protobuf message google.cloud.resourcemanager.v3.UpdateTagValueRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tag_value
Google\Cloud\ResourceManager\V3\TagValue
Required. The new definition of the TagValue. Only fields description
and etag
fields can be updated by this request. If the etag
field is nonempty, it must match the etag
field of the existing ControlGroup. Otherwise, ABORTED
will be returned.
↳ update_mask
↳ validate_only
bool
Optional. True to perform validations necessary for updating the resource, but not actually perform the action.
getTagValue
Required. The new definition of the TagValue. Only fields description
and etag
fields can be updated by this request. If the etag
field is
nonempty, it must match the etag
field of the existing ControlGroup.
Otherwise, ABORTED
will be returned.
hasTagValue
clearTagValue
setTagValue
Required. The new definition of the TagValue. Only fields description
and etag
fields can be updated by this request. If the etag
field is
nonempty, it must match the etag
field of the existing ControlGroup.
Otherwise, ABORTED
will be returned.
$this
getUpdateMask
Optional. Fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Fields to be updated.
$this
getValidateOnly
Optional. True to perform validations necessary for updating the resource, but not actually perform the action.
bool
setValidateOnly
Optional. True to perform validations necessary for updating the resource, but not actually perform the action.
var
bool
$this
static::build
tagValue
Google\Cloud\ResourceManager\V3\TagValue
Required. The new definition of the TagValue. Only fields description
and etag
fields can be updated by this request. If the etag
field is
nonempty, it must match the etag
field of the existing ControlGroup.
Otherwise, ABORTED
will be returned.
updateMask