TagBindings
class TagBindings extends Resource (View source)
The "tagBindings" collection of methods.
Typical usage is:
$cloudresourcemanagerService = new Google\Service\CloudResourceManager(...);
$tagBindings = $cloudresourcemanagerService->tagBindings;
Methods
Creates a TagBinding between a TagValue and a Google Cloud resource.
Lists the TagBindings for the given Google Cloud resource, as specified with
parent
. NOTE: The parent
field is expected to be a full resource name:
https://cloud.google.com/apis/design/resource_names#full_resource_name
(tagBindings.listTagBindings)
Details
Operation
create(TagBinding $postBody, array $optParams = [])
Creates a TagBinding between a TagValue and a Google Cloud resource.
(tagBindings.create)
Operation
delete(string $name, array $optParams = [])
Deletes a TagBinding. (tagBindings.delete)
ListTagBindingsResponse
listTagBindings(array $optParams = [])
Lists the TagBindings for the given Google Cloud resource, as specified with
parent
. NOTE: The parent
field is expected to be a full resource name:
https://cloud.google.com/apis/design/resource_names#full_resource_name
(tagBindings.listTagBindings)