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

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

List environments in a project and location.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of environments to return.

Returns:

  • (::Integer)

    The maximum number of environments to return.



60
61
62
63
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 60

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



60
61
62
63
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 60

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

#parent::String

Returns List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".

Returns:

  • (::String)

    List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"



60
61
62
63
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 60

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