Method: services.consumerQuotaMetrics.limits.adminOverrides.list

Lists all admin overrides on this limit.

HTTP request

GET https://serviceusage.googleapis.com/v1beta1/{parent=*/*/services/*/consumerQuotaMetrics/*/limits/*}/adminOverrides

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The resource name of the parent quota limit, returned by a consumerQuotaMetrics.list or consumerQuotaMetrics.get call.

An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion

Authorization requires the following IAM permission on the specified resource parent:

  • serviceusage.quotas.get

Query parameters

Parameters
pageSize

integer

Requested size of the next page of data.

pageToken

string

Token identifying which result to start with; returned by a previous list call.

Request body

The request body must be empty.

Response body

Response message for adminOverrides.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "overrides": [
    {
      object (QuotaOverride)
    }
  ],
  "nextPageToken": string
}
Fields
overrides[]

object (QuotaOverride)

Admin overrides on this limit.

nextPageToken

string

Token identifying which result to start with; returned by a previous list call.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.