Class ServicesResource.ConsumerQuotaMetricsResource.ListRequest
Retrieves a summary of all quota information about this consumer that is visible to the service producer, for each quota metric defined by the service. Each metric includes information about all of its defined limits. Each limit includes the limit configuration (quota unit, preciseness, default value), the current effective limit value, and all of the overrides applied to the limit.
Inheritance
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class ServicesResource.ConsumerQuotaMetricsResource.ListRequest : ServiceConsumerManagementBaseServiceRequest<V1Beta1ListConsumerQuotaMetricsResponse>, IClientServiceRequest<V1Beta1ListConsumerQuotaMetricsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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
PageSize
Requested size of the next page of data.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Token identifying which result to start with; returned by a previous list call.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Parent of the quotas resource. An example parent would be:
services/serviceconsumermanagement.googleapis.com/projects/123
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View
Specifies the level of detail for quota information in the response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ServicesResource.ConsumerQuotaMetricsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ServicesResource.ConsumerQuotaMetricsResource.ListRequest.ViewEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()