class ProjectsLocationsGroupStats extends Resource (View source)

The "groupStats" collection of methods.

Typical usage is:

 $clouderrorreportingService = new Google\Service\Clouderrorreporting(...);
 $groupStats = $clouderrorreportingService->projects_locations_groupStats;

Methods

listProjectsLocationsGroupStats(string $projectName, array $optParams = [])

Lists the specified groups. (groupStats.listProjectsLocationsGroupStats)

Details

ListGroupStatsResponse listProjectsLocationsGroupStats(string $projectName, array $optParams = [])

Lists the specified groups. (groupStats.listProjectsLocationsGroupStats)

Parameters

string $projectName

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the Google Cloud console. It may also include a location, such as projects/{projectID}/locations/{location} where {location} is a cloud region. Examples: projects/my-project-123, projects/5551234, projects/my-project-123/locations/us-central1, projects/5551234/locations/us-central1. For a list of supported locations, see Supported Regions. global is the default when unspecified. Use - as a wildcard to request group stats from all regions.

array $optParams

Optional parameters.

Return Value

ListGroupStatsResponse

Exceptions

Exception