Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ListIndexEndpointsResponse.
Response message for ListIndexEndpoints.
Generated from protobuf message google.cloud.visionai.v1.ListIndexEndpointsResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index_endpoints |
array<IndexEndpoint>
The list of IndexEndpoints. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getIndexEndpoints
The list of IndexEndpoints.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIndexEndpoints
The list of IndexEndpoints.
| Parameter | |
|---|---|
| Name | Description |
var |
array<IndexEndpoint>
|
| 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 |
|