Class: Google::Cloud::AIPlatform::V1::ListIndexesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListIndexesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_service.rb
Overview
Response message for IndexService.ListIndexes.
Instance Attribute Summary collapse
-
#indexes ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Index>
List of indexes in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#indexes ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Index>
Returns List of indexes in the requested page.
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 102 class ListIndexesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 102 class ListIndexesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |