Package com.google.cloud.aiplatform.v1
Interface ListEventsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEventsResponse,ListEventsResponse.Builder
@Generated
public interface ListEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.getSessionEvents(int index) A list of events matching the request.intA list of events matching the request.A list of events matching the request.getSessionEventsOrBuilder(int index) A list of events matching the request.List<? extends SessionEventOrBuilder>A list of events matching the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionEventsList
List<SessionEvent> getSessionEventsList()A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1.SessionEvent session_events = 1; -
getSessionEvents
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1.SessionEvent session_events = 1; -
getSessionEventsCount
int getSessionEventsCount()A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1.SessionEvent session_events = 1; -
getSessionEventsOrBuilderList
List<? extends SessionEventOrBuilder> getSessionEventsOrBuilderList()A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1.SessionEvent session_events = 1; -
getSessionEventsOrBuilder
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1.SessionEvent session_events = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-