ProjectsGroups
class ProjectsGroups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$monitoringService = new Google\Service\Monitoring(...);
$groups = $monitoringService->projects_groups;
Methods
delete(string $name, array $optParams = [])
Deletes an existing group. (groups.delete)
listProjectsGroups(string $name, array $optParams = [])
Lists the existing groups. (groups.listProjectsGroups)
Details
Group
create(string $name, Group $postBody, array $optParams = [])
Creates a new group. (groups.create)
MonitoringEmpty
delete(string $name, array $optParams = [])
Deletes an existing group. (groups.delete)
Group
get(string $name, array $optParams = [])
Gets a single group. (groups.get)
ListGroupsResponse
listProjectsGroups(string $name, array $optParams = [])
Lists the existing groups. (groups.listProjectsGroups)