Method: projects.locations.environments.userWorkloadsConfigMaps.list

Lists user workloads ConfigMaps.

This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.

HTTP request

GET https://composer.googleapis.com/v1/{parent=projects/*/locations/*/environments/*}/userWorkloadsConfigMaps

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. List ConfigMaps in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

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

  • composer.userworkloadsconfigmaps.list

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of ConfigMaps to return.

pageToken

string

Optional. The nextPageToken value returned from a previous List request, if any.

Request body

The request body must be empty.

Response body

The user workloads ConfigMaps for a given environment.

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

JSON representation
{
  "userWorkloadsConfigMaps": [
    {
      object (UserWorkloadsConfigMap)
    }
  ],
  "nextPageToken": string
}
Fields
userWorkloadsConfigMaps[]

object (UserWorkloadsConfigMap)

The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.

nextPageToken

string

The page token used to query for the next page if one exists.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.