Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ListIndexesResponse.
Message for response to listing Indexes
Generated from protobuf message google.cloud.vectorsearch.v1.ListIndexesResponse
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ indexes |
array<Index>
The list of Index |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getIndexes
The list of Index
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIndexes
The list of Index
| Parameter | |
|---|---|
| Name | Description |
var |
array<Index>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|