Vector Search v1 API - Class ListCollectionsResponse (1.0.0-beta01)

public sealed class ListCollectionsResponse : IMessage<ListCollectionsResponse>, IEquatable<ListCollectionsResponse>, IDeepCloneable<ListCollectionsResponse>, IBufferMessage, IMessage, IPageResponse<Collection>, IEnumerable<Collection>, IEnumerable

Reference documentation and code samples for the Vector Search v1 API class ListCollectionsResponse.

Message for response to listing Collections

Inheritance

object > ListCollectionsResponse

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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