AccountsLabels
class AccountsLabels extends Resource (View source)
The "labels" collection of methods.
Typical usage is:
$cssService = new Google\Service\Css(...);
$labels = $cssService->accounts_labels;
Methods
create(string $parent, AccountLabel $postBody, array $optParams = [])
Creates a new label, not assigned to any account. (labels.create)
delete(string $name, array $optParams = [])
Deletes a label and removes it from all accounts to which it was assigned.
listAccountsLabels(string $parent, array $optParams = [])
Lists the labels assigned to an account. (labels.listAccountsLabels)
Details
AccountLabel
create(string $parent, AccountLabel $postBody, array $optParams = [])
Creates a new label, not assigned to any account. (labels.create)
CssEmpty
delete(string $name, array $optParams = [])
Deletes a label and removes it from all accounts to which it was assigned.
(labels.delete)
ListAccountLabelsResponse
listAccountsLabels(string $parent, array $optParams = [])
Lists the labels assigned to an account. (labels.listAccountsLabels)
AccountLabel
patch(string $name, AccountLabel $postBody, array $optParams = [])
Updates a label. (labels.patch)