Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListUserWorkloadsConfigMapsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns 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.



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.

Returns:



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