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

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

Workload status.

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_status_message::String (readonly)

Returns Output only. Detailed message of the status.

Returns:

  • (::String)

    Output only. Detailed message of the status.



617
618
619
620
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 617

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

#state::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadState (readonly)

Returns Output only. Workload state.



617
618
619
620
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 617

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

#status_message::String (readonly)

Returns Output only. Text to provide more descriptive status.

Returns:

  • (::String)

    Output only. Text to provide more descriptive status.



617
618
619
620
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 617

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