Method: projects.namespaces.rollouts.list

Get a list of all rollouts for a project.

--- BETA: This API is in a Beta launch stage. It is intended for public testing and feedback. While expected to be stable, interfaces may change

with notice, and it may not be subject to the same SLAs as stable features.

HTTP request

GET https://firebaseremoteconfig.googleapis.com/v1/{parent=projects/*/namespaces/*}/rollouts

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent project for which to list rollouts. Format: projects/{project}/namespaces/{namespace}

Query parameters

Parameters
filter

string

Optional. Filter expression following AIP-160

pageSize

integer

Optional. The maximum number of items to return per page.

pageToken

string

Optional. The token for the specific page to retrieve.

Request body

The request body must be empty.

Response body

Response message for rollouts.list.

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

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

object (Rollout)

The list of rollouts for the project.

nextPageToken

string

Token for the next page

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the OAuth 2.0 Overview.