public interface ListEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
SessionEvent |
getSessionEvents(int index)
A list of events matching the request.
|
int |
getSessionEventsCount()
A list of events matching the request.
|
List<SessionEvent> |
getSessionEventsList()
A list of events matching the request.
|
SessionEventOrBuilder |
getSessionEventsOrBuilder(int index)
A list of events matching the request.
|
List<? extends SessionEventOrBuilder> |
getSessionEventsOrBuilderList()
A list of events matching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SessionEvent> getSessionEventsList()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;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;int getSessionEventsCount()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;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;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;String getNextPageToken()
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.