Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsConfigMapsResponse.
The user workloads ConfigMaps for a given environment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — The page token used to query for the next page if one exists.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The page token used to query for the next page if one exists.
    Returns
    
  - (::String) — The page token used to query for the next page if one exists.
#user_workloads_config_maps
def user_workloads_config_maps() -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>
    Returns
    
  - (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>) — The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
#user_workloads_config_maps=
def user_workloads_config_maps=(value) -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>
    Parameter
    
  - value (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>) — The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
    Returns
    
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>) — The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.