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

public sealed class ListEventsResponse : IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessage, IPageResponse<Event>, IEnumerable<Event>, IEnumerable

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

Message for response to listing Events.

Inheritance

object > ListEventsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListEventsResponse()

public ListEventsResponse()

ListEventsResponse(ListEventsResponse)

public ListEventsResponse(ListEventsResponse other)
Parameter
Name Description
other ListEventsResponse

Properties

Events

public RepeatedField<Event> Events { get; }

The list of Event.

Property Value
Type Description
RepeatedFieldEvent

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; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Event> GetEnumerator()

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

Returns
Type Description
IEnumeratorEvent