- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists all producer overrides on this limit.
HTTP request
GET https://serviceconsumermanagement.googleapis.com/v1beta1/{parent=services/*/*/*/consumerQuotaMetrics/*/limits/*}/producerOverrides
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the parent quota limit, returned by a consumerQuotaMetrics.list or consumerQuotaMetrics.get call. An example name would be: Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Requested size of the next page of data. |
pageToken |
Token identifying which result to start with; returned by a previous list call. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for producerOverrides.list.
JSON representation | |
---|---|
{
"overrides": [
{
object ( |
Fields | |
---|---|
overrides[] |
Producer overrides on this limit. |
nextPageToken |
Token identifying which result to start with; returned by a previous list call. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.