Class ListAnnotationsResponse (1.1.0)

public sealed class ListAnnotationsResponse : IMessage<ListAnnotationsResponse>, IEquatable<ListAnnotationsResponse>, IDeepCloneable<ListAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<Annotation>, IEnumerable<Annotation>, IEnumerable

Response message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Inheritance

Object > ListAnnotationsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListAnnotationsResponse()

public ListAnnotationsResponse()

ListAnnotationsResponse(ListAnnotationsResponse)

public ListAnnotationsResponse(ListAnnotationsResponse other)
Parameter
NameDescription
otherListAnnotationsResponse

Properties

Annotations

public RepeatedField<Annotation> Annotations { get; }

A list of Annotations that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedField<Annotation>

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Annotation> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Annotation>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator