Class: Google::Cloud::AIPlatform::V1::ListIndexesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#indexes::Array<::Google::Cloud::AIPlatform::V1::Index>

Returns List of indexes in the requested page.

Returns:



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.

Returns:



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