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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the TagBinding. This is a String of the form: |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the TagBinding. This is a String of the form:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\DeleteTagBindingRequest |