class OrganizationsTimeSeries extends Resource (View source)

The "timeSeries" collection of methods.

Typical usage is:

 $monitoringService = new Google\Service\Monitoring(...);
 $timeSeries = $monitoringService->organizations_timeSeries;

Methods

listOrganizationsTimeSeries(string $name, array $optParams = [])

Lists time series that match a filter.

Details

ListTimeSeriesResponse listOrganizationsTimeSeries(string $name, array $optParams = [])

Lists time series that match a filter.

(timeSeries.listOrganizationsTimeSeries)

Parameters

string $name

Required. The project (https://cloud.google.com/monitoring/api/v3#project_name), organization or folder on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[FOLDER_ID]

array $optParams

Optional parameters.

Return Value

ListTimeSeriesResponse

Exceptions

Exception