Interface ListEventsResponseOrBuilder (3.64.0)

public interface ListEventsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListEventsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListEventsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSessionEvents(int index)

public abstract SessionEvent getSessionEvents(int index)

A list of events matching the request. Ordered by timestamp in ascending order.

repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;

Parameter
Name Description
index int
Returns
Type Description
SessionEvent

getSessionEventsCount()

public abstract int getSessionEventsCount()

A list of events matching the request. Ordered by timestamp in ascending order.

repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;

Returns
Type Description
int

getSessionEventsList()

public abstract List<SessionEvent> getSessionEventsList()

A list of events matching the request. Ordered by timestamp in ascending order.

repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;

Returns
Type Description
List<SessionEvent>

getSessionEventsOrBuilder(int index)

public abstract SessionEventOrBuilder getSessionEventsOrBuilder(int index)

A list of events matching the request. Ordered by timestamp in ascending order.

repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;

Parameter
Name Description
index int
Returns
Type Description
SessionEventOrBuilder

getSessionEventsOrBuilderList()

public abstract List<? extends SessionEventOrBuilder> getSessionEventsOrBuilderList()

A list of events matching the request. Ordered by timestamp in ascending order.

repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SessionEventOrBuilder>