Google Cloud Resource Manager V3 Client - Class DeleteTagBindingRequest (0.7.2)

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

The request message to delete a TagBinding.

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

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the TagBinding. This is a String of the form: tagBindings/{id} (e.g. tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).

getName

Required. The name of the TagBinding. This is a String of the form: tagBindings/{id} (e.g.

tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).

Returns
TypeDescription
string

setName

Required. The name of the TagBinding. This is a String of the form: tagBindings/{id} (e.g.

tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the TagBinding. This is a String of the form: tagBindings/{id} (e.g. tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456). Please see Google\Cloud\ResourceManager\V3\TagBindingsClient::tagBindingName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\DeleteTagBindingRequest