Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkload

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

Information about a single workload.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of a workload.

Returns:

  • (::String)

    Name of a workload.



602
603
604
605
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 602

class ComposerWorkload
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadStatus (readonly)

Returns Output only. Status of a workload.



602
603
604
605
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 602

class ComposerWorkload
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadType

Returns Type of a workload.



602
603
604
605
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 602

class ComposerWorkload
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end