Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ListUserWorkloadsConfigMapsResponse.
The user workloads ConfigMaps for a given environment.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ListUserWorkloadsConfigMapsResponse
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_workloads_config_maps |
array<Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap>
The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest. |
↳ next_page_token |
string
The page token used to query for the next page if one exists. |
getUserWorkloadsConfigMaps
The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUserWorkloadsConfigMaps
The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The page token used to query for the next page if one exists.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The page token used to query for the next page if one exists.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |