public sealed class ListIndexesResponse : IMessage<ListIndexesResponse>, IEquatable<ListIndexesResponse>, IDeepCloneable<ListIndexesResponse>, IBufferMessage, IMessage, IPageResponse<Index>, IEnumerable<Index>, IEnumerableResponse message for [IndexService.ListIndexes][google.cloud.aiplatform.v1.IndexService.ListIndexes].
Implements
IMessage<ListIndexesResponse>, IEquatable<ListIndexesResponse>, IDeepCloneable<ListIndexesResponse>, IBufferMessage, IMessage, IPageResponse<Index>, IEnumerable<Index>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ListIndexesResponse()
public ListIndexesResponse()ListIndexesResponse(ListIndexesResponse)
public ListIndexesResponse(ListIndexesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIndexesResponse |
Properties
Indexes
public RepeatedField<Index> Indexes { get; }List of indexes in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Index> |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass to [ListIndexesRequest.page_token][google.cloud.aiplatform.v1.ListIndexesRequest.page_token] to obtain that page.
| 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 |
IEnumerator<Index> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|