Class: Google::Cloud::VisionAI::V1::ViewCollectionItemsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ViewCollectionItemsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for ViewCollectionItems.
Instance Attribute Summary collapse
-
#items ⇒ ::Array<::Google::Cloud::VisionAI::V1::CollectionItem>
The items from the specified collection.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::VisionAI::V1::CollectionItem>
Returns The items from the specified collection.
693 694 695 696 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 693 class ViewCollectionItemsResponse 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.
693 694 695 696 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 693 class ViewCollectionItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |