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 Type
    Method
    Description
    A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A 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.
    int
    A list of events matching the request.
    A list of events matching the request.
    A list of events matching the request.
    A list of events matching the request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      SessionEvent getSessionEvents(int index)
       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

      SessionEventOrBuilder getSessionEventsOrBuilder(int index)
       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.