Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::PollAirflowCommandRequest.
Poll Airflow Command request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::String
    Returns
    
  - (::String) — The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
#environment=
def environment=(value) -> ::String
    Parameter
    
  - value (::String) — 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}"
#execution_id
def execution_id() -> ::String
    Returns
    
  - (::String) — The unique ID of the command execution.
#execution_id=
def execution_id=(value) -> ::String
    Parameter
    
  - value (::String) — The unique ID of the command execution.
    Returns
    
  - (::String) — The unique ID of the command execution.
#next_line_number
def next_line_number() -> ::Integer
    Returns
    
  - (::Integer) — Line number from which new logs should be fetched.
#next_line_number=
def next_line_number=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Line number from which new logs should be fetched.
    Returns
    
  - (::Integer) — Line number from which new logs should be fetched.
#pod
def pod() -> ::String
    Returns
    
  - (::String) — The name of the pod where the command is executed.
#pod=
def pod=(value) -> ::String
    Parameter
    
  - value (::String) — The name of the pod where the command is executed.
    Returns
    
  - (::String) — The name of the pod where the command is executed.
#pod_namespace
def pod_namespace() -> ::String
    Returns
    
  - (::String) — The namespace of the pod where the command is executed.
#pod_namespace=
def pod_namespace=(value) -> ::String
    Parameter
    
  - value (::String) — The namespace of the pod where the command is executed.
    Returns
    
- (::String) — The namespace of the pod where the command is executed.