Google Cloud Resource Manager V3 Client - Class CreateTagBindingRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateTagBindingRequest.

The request message to create a TagBinding.

Generated from protobuf message google.cloud.resourcemanager.v3.CreateTagBindingRequest

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tag_binding Google\Cloud\ResourceManager\V3\TagBinding

Required. The TagBinding to be created.

↳ validate_only bool

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

getTagBinding

Required. The TagBinding to be created.

Returns
Type Description
Google\Cloud\ResourceManager\V3\TagBinding|null

hasTagBinding

clearTagBinding

setTagBinding

Required. The TagBinding to be created.

Parameter
Name Description
var Google\Cloud\ResourceManager\V3\TagBinding
Returns
Type Description
$this

getValidateOnly

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

Returns
Type Description
bool

setValidateOnly

Optional. Set to 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
tagBinding Google\Cloud\ResourceManager\V3\TagBinding

Required. The TagBinding to be created.

Returns
Type Description
Google\Cloud\ResourceManager\V3\CreateTagBindingRequest