Google Cloud Orchestration Airflow V1 Client - Class ListUserWorkloadsConfigMapsRequest (1.6.3)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ListUserWorkloadsConfigMapsRequest.

List user workloads ConfigMaps request.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ListUserWorkloadsConfigMapsRequest

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

Optional. The maximum number of ConfigMaps to return.

↳ page_token string

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

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of ConfigMaps to return.

Returns
Type Description
int

setPageSize

Optional. The maximum number of ConfigMaps to return.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. List ConfigMaps in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" Please see Google\Cloud\Orchestration\Airflow\Service\V1\EnvironmentsClient::environmentName() for help formatting this field.

Returns
Type Description
Google\Cloud\Orchestration\Airflow\Service\V1\ListUserWorkloadsConfigMapsRequest