Reference documentation and code samples for the Google Cloud Vector Search V1 Client class ListCollectionsResponse.
Message for response to listing Collections
Generated from protobuf message google.cloud.vectorsearch.v1.ListCollectionsResponse
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ collections
↳ next_page_token
string
A token identifying a page of results the server should return.
↳ unreachable
array
Unordered list. Locations that could not be reached.
getCollections
The list of Collection
setCollections
The list of Collection
$this
getNextPageToken
A token identifying a page of results the server should return.
string
setNextPageToken
A token identifying a page of results the server should return.
var
string
$this
getUnreachable
Unordered list. Locations that could not be reached.
setUnreachable
Unordered list. Locations that could not be reached.
var
string[]
$this

