ProjectsGroups
class ProjectsGroups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$clouderrorreportingService = new Google\Service\Clouderrorreporting(...);
$groups = $clouderrorreportingService->projects_groups;
Methods
get(string $groupName, array $optParams = [])
Get the specified group. (groups.get)
update(string $name, ErrorGroup $postBody, array $optParams = [])
Replace the data for the specified group. Fails if the group does not exist.
Details
ErrorGroup
get(string $groupName, array $optParams = [])
Get the specified group. (groups.get)
ErrorGroup
update(string $name, ErrorGroup $postBody, array $optParams = [])
Replace the data for the specified group. Fails if the group does not exist.
(groups.update)