Method: projects.locations.backends.rollouts.list

Lists rollouts for a backend.

HTTP request

GET https://firebaseapphosting.googleapis.com/v1beta/{parent=projects/*/locations/*/backends/*}/rollouts

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent backend in the format:

projects/{project}/locations/{locationId}/backends/{backendId}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of results to return. If not set, the service selects a default.

pageToken

string

Optional. A page token received from the nextPageToken field in the response. Send that page token to receive the subsequent page.

filter

string

Optional. A filter to narrow down results to a preferred subset.

Learn more about filtering in Google's AIP 160 standard.

orderBy

string

Optional. Hint for how to order the results.

Supported fields are name and createTime. To specify descending order, append a desc suffix.

showDeleted

boolean

Optional. If true, the request returns soft-deleted resources that haven't been fully-deleted yet.

Request body

The request body must be empty.

Response body

Message for response to list rollouts.

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

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

object (Rollout)

The list of rollouts.

nextPageToken

string

A token identifying the next page of results the server should return.

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.