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

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 environments in a project and location.

Instance Attribute Summary collapse

Instance Attribute Details

#environments::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::Environment>

Returns The list of environments returned by a ListEnvironmentsRequest.

Returns:



72
73
74
75
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 72

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

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



72
73
74
75
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 72

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