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

public sealed class ListIndexesResponse : IMessage<ListIndexesResponse>, IEquatable<ListIndexesResponse>, IDeepCloneable<ListIndexesResponse>, IBufferMessage, IMessage, IPageResponse<Index>, IEnumerable<Index>, IEnumerable

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

Message for response to listing Indexes

Inheritance

object > ListIndexesResponse

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

ListIndexesResponse()

public ListIndexesResponse()

ListIndexesResponse(ListIndexesResponse)

public ListIndexesResponse(ListIndexesResponse other)
Parameter
Name Description
other ListIndexesResponse

Properties

Indexes

public RepeatedField<Index> Indexes { get; }

The list of Index

Property Value
Type Description
RepeatedFieldIndex

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Index> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorIndex