Class: Google::Cloud::VisionAI::V1::ListCollectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListCollectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for ListCollections.
Instance Attribute Summary collapse
-
#collections ⇒ ::Array<::Google::Cloud::VisionAI::V1::Collection>
The collections from the specified corpus.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#collections ⇒ ::Array<::Google::Cloud::VisionAI::V1::Collection>
Returns The collections from the specified corpus.
625 626 627 628 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 625 class ListCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
625 626 627 628 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 625 class ListCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |