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

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

Poll Airflow Command request.

Instance Attribute Summary collapse

Instance Attribute Details

#environment::String

Returns The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Returns:

  • (::String)

    The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"



318
319
320
321
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 318

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

#execution_id::String

Returns The unique ID of the command execution.

Returns:

  • (::String)

    The unique ID of the command execution.



318
319
320
321
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 318

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

#next_line_number::Integer

Returns Line number from which new logs should be fetched.

Returns:

  • (::Integer)

    Line number from which new logs should be fetched.



318
319
320
321
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 318

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

#pod::String

Returns The name of the pod where the command is executed.

Returns:

  • (::String)

    The name of the pod where the command is executed.



318
319
320
321
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 318

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

#pod_namespace::String

Returns The namespace of the pod where the command is executed.

Returns:

  • (::String)

    The namespace of the pod where the command is executed.



318
319
320
321
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 318

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