Class: Google::Cloud::Tasks::V2::ListQueuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::ListQueuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Request message for ListQueues.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
filtercan be used to specify a subset of queues. -
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying the page of results to return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 63 class ListQueuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
63 64 65 66 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 63 class ListQueuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 63 class ListQueuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 63 class ListQueuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |