Class FoldersResource.TimeSeriesResource
The "timeSeries" collection of methods.
Inherited Members
Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class FoldersResource.TimeSeriesResource
Constructors
TimeSeriesResource(IClientService)
Constructs a new resource.
Declaration
public TimeSeriesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists time series that match a filter.
Declaration
public virtual FoldersResource.TimeSeriesResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
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] |
Returns
Type | Description |
---|---|
FoldersResource.TimeSeriesResource.ListRequest |