Class ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.MetadataResource
The "metadata" collection of methods.
Inheritance
ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.MetadataResource
Inherited Members
Namespace: Google.Apis.Monitoring.v1
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.MetadataResource
Constructors
MetadataResource(IClientService)
Constructs a new resource.
Declaration
public MetadataResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, string)
Lists metadata for metrics.
Declaration
public virtual ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.MetadataResource.ListRequest List(string name, string location)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER. |
string | location | Location of the resource information. Has to be "global" for now. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.MetadataResource.ListRequest |