AccountsContainersEnvironments
class AccountsContainersEnvironments extends Resource (View source)
The "environments" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$environments = $tagmanagerService->accounts_containers_environments;
Methods
Creates a GTM Environment. (environments.create)
Deletes a GTM Environment. (environments.delete)
Gets a GTM Environment. (environments.get)
Lists all GTM Environments of a GTM Container.
Re-generates the authorization code for a GTM Environment.
Updates a GTM Environment. (environments.update)
Details
Environment
create(string $parent, Environment $postBody, array $optParams = [])
Creates a GTM Environment. (environments.create)
delete(string $path, array $optParams = [])
Deletes a GTM Environment. (environments.delete)
Environment
get(string $path, array $optParams = [])
Gets a GTM Environment. (environments.get)
ListEnvironmentsResponse
listAccountsContainersEnvironments(string $parent, array $optParams = [])
Lists all GTM Environments of a GTM Container.
(environments.listAccountsContainersEnvironments)
Environment
reauthorize(string $path, Environment $postBody, array $optParams = [])
Re-generates the authorization code for a GTM Environment.
(environments.reauthorize)
Environment
update(string $path, Environment $postBody, array $optParams = [])
Updates a GTM Environment. (environments.update)