Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::ListIndexesResponse.
Message for response to listing Indexes
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#indexes
def indexes() -> ::Array<::Google::Cloud::VectorSearch::V1::Index>
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::Index>) — The list of Index
#indexes=
def indexes=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::Index>
Parameter
- value (::Array<::Google::Cloud::VectorSearch::V1::Index>) — The list of Index
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::Index>) — The list of Index
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.