Class: Google::Cloud::Run::V2::ListWorkerPoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListWorkerPoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/worker_pool.rb
Overview
Request message for retrieving a list of WorkerPools.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of WorkerPools to return in this call.
-
#page_token ⇒ ::String
A page token received from a previous call to ListWorkerPools.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
If true, returns deleted (but unexpired) resources along with active ones.
Instance Attribute Details
#page_size ⇒ ::Integer
97 98 99 100 |
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 97 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
97 98 99 100 |
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 97 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
97 98 99 100 |
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 97 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
97 98 99 100 |
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 97 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |