Class ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.LabelResource
The "label" collection of methods.
Inheritance
ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.LabelResource
Inherited Members
Namespace: Google.Apis.Monitoring.v1
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.LabelResource
Constructors
LabelResource(IClientService)
Constructs a new resource.
Declaration
public LabelResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Values(string, string, string)
Lists possible values for a given label name.
Declaration
public virtual ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.LabelResource.ValuesRequest Values(string name, string location, string label)
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" now. |
string | label | The label name for which values are queried. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationResource.PrometheusResource.ApiResource.V1Resource.LabelResource.ValuesRequest |