class FoldersTimeSeries extends Resource (View source)

The "timeSeries" collection of methods.

Typical usage is:

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

Methods

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

Lists time series that match a filter. (timeSeries.listFoldersTimeSeries)

Details

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

Lists time series that match a filter. (timeSeries.listFoldersTimeSeries)

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