Class: Google::Cloud::VisionAI::V1::ListProcessorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListProcessorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message for requesting list of Processors.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filtering results.
-
#order_by ⇒ ::String
Hint for how to order the results.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filtering results.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 684 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Hint for how to order the results.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 684 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 684 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 684 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListProcessorsRequest.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 684 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |