Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsConfigMapsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsConfigMapsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
The user workloads ConfigMaps for a given environment.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The page token used to query for the next page if one exists.
-
#user_workloads_config_maps ⇒ ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>
The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The page token used to query for the next page if one exists.
551 552 553 554 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 551 class ListUserWorkloadsConfigMapsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_workloads_config_maps ⇒ ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap>
Returns The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.
551 552 553 554 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 551 class ListUserWorkloadsConfigMapsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |