Class: Google::Cloud::VisionAI::V1::ListIndexesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListIndexesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for ListIndexes.
Instance Attribute Summary collapse
-
#indexes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Index>
The indexes under the specified corpus.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#indexes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Index>
Returns The indexes under the specified corpus.
846 847 848 849 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 846 class ListIndexesResponse 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.
846 847 848 849 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 846 class ListIndexesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |