Class LocationsResource.GlobalResource.MetricsScopesResource.ListMetricsScopesByMonitoredProjectRequest
Returns a list of every Metrics Scope that a specific MonitoredProject has been added to. The metrics scope representing the specified monitored project will always be the first entry in the response.
Inheritance
LocationsResource.GlobalResource.MetricsScopesResource.ListMetricsScopesByMonitoredProjectRequest
Inherited Members
Namespace: Google.Apis.Monitoring.v1
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class LocationsResource.GlobalResource.MetricsScopesResource.ListMetricsScopesByMonitoredProjectRequest : MonitoringBaseServiceRequest<ListMetricsScopesByMonitoredProjectResponse>, IClientServiceRequest<ListMetricsScopesByMonitoredProjectResponse>, IClientServiceRequest
Constructors
ListMetricsScopesByMonitoredProjectRequest(IClientService)
Constructs a new ListMetricsScopesByMonitoredProject request.
Declaration
public ListMetricsScopesByMonitoredProjectRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MonitoredResourceContainer
Required. The resource name of the Monitored Project being requested. Example: projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Declaration
[RequestParameter("monitoredResourceContainer", RequestParameterType.Query)]
public virtual string MonitoredResourceContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListMetricsScopesByMonitoredProject parameter list.
Declaration
protected override void InitParameters()