Vision AI v1 API - Class ListIndexEndpointsResponse (1.0.0-beta01)

public sealed class ListIndexEndpointsResponse : IMessage<ListIndexEndpointsResponse>, IEquatable<ListIndexEndpointsResponse>, IDeepCloneable<ListIndexEndpointsResponse>, IBufferMessage, IMessage, IPageResponse<IndexEndpoint>, IEnumerable<IndexEndpoint>, IEnumerable

Reference documentation and code samples for the Vision AI v1 API class ListIndexEndpointsResponse.

Response message for ListIndexEndpoints.

Inheritance

object > ListIndexEndpointsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListIndexEndpointsResponse()

public ListIndexEndpointsResponse()

ListIndexEndpointsResponse(ListIndexEndpointsResponse)

public ListIndexEndpointsResponse(ListIndexEndpointsResponse other)
Parameter
Name Description
other ListIndexEndpointsResponse

Properties

IndexEndpoints

public RepeatedField<IndexEndpoint> IndexEndpoints { get; }

The list of IndexEndpoints.

Property Value
Type Description
RepeatedFieldIndexEndpoint

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<IndexEndpoint> GetEnumerator()

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

Returns
Type Description
IEnumeratorIndexEndpoint