Method: projects.locations.resourceAllowances.list

List all ResourceAllowances for a project within a region.

HTTP request

GET https://batch.googleapis.com/v1alpha/{parent=projects/*/locations/*}/resourceAllowances

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent path.

Query parameters

Parameters
pageSize

integer

Optional. Page size.

pageToken

string

Optional. Page token.

Request body

The request body must be empty.

Response body

resourceAllowances.list Response.

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

JSON representation
{
  "resourceAllowances": [
    {
      object (ResourceAllowance)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
resourceAllowances[]

object (ResourceAllowance)

ResourceAllowances.

nextPageToken

string

Next page token.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.