public sealed class ListCollectionsResponse : IMessage<ListCollectionsResponse>, IEquatable<ListCollectionsResponse>, IDeepCloneable<ListCollectionsResponse>, IBufferMessage, IMessage, IPageResponse<Collection>, IEnumerable<Collection>, IEnumerableReference documentation and code samples for the Vector Search v1 API class ListCollectionsResponse.
Message for response to listing Collections
Implements
IMessageListCollectionsResponse, IEquatableListCollectionsResponse, IDeepCloneableListCollectionsResponse, IBufferMessage, IMessage, IPageResponseCollection, IEnumerableCollection, IEnumerableNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
ListCollectionsResponse()
public ListCollectionsResponse()ListCollectionsResponse(ListCollectionsResponse)
public ListCollectionsResponse(ListCollectionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCollectionsResponse |
Properties
Collections
public RepeatedField<Collection> Collections { get; }The list of Collection
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCollection |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Collection> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCollection |
|