Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Request for listing workloads in a Cloud Composer environment.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Optional. The list filter. Currently only supports equality on the type field. The value of a field specified in the filter expression must be one ComposerWorkloadType enum option. It's possible to get multiple types using "OR" operator, e.g.: "type=SCHEDULER OR type=CELERY_WORKER". If not specified, all items are returned.
576 577 578 579 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 576 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of environments to return.
576 577 578 579 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 576 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value returned from a previous List request, if any.
576 577 578 579 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 576 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The environment name to get workloads for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
576 577 578 579 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 576 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |