Uses of Class
com.google.cloud.aiplatform.v1.SessionServiceClient.ListEventsPagedResponse
Packages that use SessionServiceClient.ListEventsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of SessionServiceClient.ListEventsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SessionServiceClient.ListEventsPagedResponseModifier and TypeMethodDescriptionSessionServiceClient.listEvents(ListEventsRequest request) Lists [Events][google.cloud.aiplatform.v1.Event] in a given session.SessionServiceClient.listEvents(SessionName parent) Lists [Events][google.cloud.aiplatform.v1.Event] in a given session.SessionServiceClient.listEvents(String parent) Lists [Events][google.cloud.aiplatform.v1.Event] in a given session.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SessionServiceClient.ListEventsPagedResponseModifier and TypeMethodDescriptionSessionServiceClient.ListEventsPagedResponse.createAsync(PageContext<ListEventsRequest, ListEventsResponse, SessionEvent> context, ApiFuture<ListEventsResponse> futureResponse) SessionServiceClient.listEventsPagedCallable()Lists [Events][google.cloud.aiplatform.v1.Event] in a given session.PagedCallSettings.Builder<ListEventsRequest,ListEventsResponse, SessionServiceClient.ListEventsPagedResponse> SessionServiceSettings.Builder.listEventsSettings()Returns the builder for the settings used for calls to listEvents.PagedCallSettings<ListEventsRequest,ListEventsResponse, SessionServiceClient.ListEventsPagedResponse> SessionServiceSettings.listEventsSettings()Returns the object with the settings used for calls to listEvents. -
Uses of SessionServiceClient.ListEventsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type SessionServiceClient.ListEventsPagedResponseModifier and TypeMethodDescriptionGrpcSessionServiceStub.listEventsPagedCallable()SessionServiceStub.listEventsPagedCallable()PagedCallSettings.Builder<ListEventsRequest,ListEventsResponse, SessionServiceClient.ListEventsPagedResponse> SessionServiceStubSettings.Builder.listEventsSettings()Returns the builder for the settings used for calls to listEvents.PagedCallSettings<ListEventsRequest,ListEventsResponse, SessionServiceClient.ListEventsPagedResponse> SessionServiceStubSettings.listEventsSettings()Returns the object with the settings used for calls to listEvents.