TagValuesTagHolds
class TagValuesTagHolds extends Resource (View source)
The "tagHolds" collection of methods.
Typical usage is:
$cloudresourcemanagerService = new Google\Service\CloudResourceManager(...);
$tagHolds = $cloudresourcemanagerService->tagValues_tagHolds;
Methods
listTagValuesTagHolds(string $parent, array $optParams = [])
Lists TagHolds under a TagValue. (tagHolds.listTagValuesTagHolds)
Details
Operation
create(string $parent, TagHold $postBody, array $optParams = [])
Creates a TagHold. Returns ALREADY_EXISTS if a TagHold with the same resource and origin exists under the same TagValue. (tagHolds.create)
Operation
delete(string $name, array $optParams = [])
Deletes a TagHold. (tagHolds.delete)
ListTagHoldsResponse
listTagValuesTagHolds(string $parent, array $optParams = [])
Lists TagHolds under a TagValue. (tagHolds.listTagValuesTagHolds)