AccountsContainersVersions
class AccountsContainersVersions extends Resource (View source)
The "versions" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$versions = $tagmanagerService->accounts_containers_versions;
Methods
Deletes a Container Version. (versions.delete)
Gets a Container Version. (versions.get)
Gets the live (i.e. published) container version (versions.live)
Publishes a Container Version. (versions.publish)
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors. (versions.set_latest)
Undeletes a Container Version. (versions.undelete)
Updates a Container Version. (versions.update)
Details
delete(string $path, array $optParams = [])
Deletes a Container Version. (versions.delete)
ContainerVersion
get(string $path, array $optParams = [])
Gets a Container Version. (versions.get)
ContainerVersion
live(string $parent, array $optParams = [])
Gets the live (i.e. published) container version (versions.live)
PublishContainerVersionResponse
publish(string $path, array $optParams = [])
Publishes a Container Version. (versions.publish)
ContainerVersion
set_latest(string $path, array $optParams = [])
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors. (versions.set_latest)
ContainerVersion
undelete(string $path, array $optParams = [])
Undeletes a Container Version. (versions.undelete)
ContainerVersion
update(string $path, ContainerVersion $postBody, array $optParams = [])
Updates a Container Version. (versions.update)