Uses of Class
com.google.cloud.aiplatform.v1.ListEventsResponse.Builder
Packages that use ListEventsResponse.Builder
-
Uses of ListEventsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListEventsResponse.BuilderModifier and TypeMethodDescriptionListEventsResponse.Builder.addAllSessionEvents(Iterable<? extends SessionEvent> values) A list of events matching the request.ListEventsResponse.Builder.addSessionEvents(int index, SessionEvent value) A list of events matching the request.ListEventsResponse.Builder.addSessionEvents(int index, SessionEvent.Builder builderForValue) A list of events matching the request.ListEventsResponse.Builder.addSessionEvents(SessionEvent value) A list of events matching the request.ListEventsResponse.Builder.addSessionEvents(SessionEvent.Builder builderForValue) A list of events matching the request.ListEventsResponse.Builder.clear()ListEventsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.ListEventsResponse.Builder.clearSessionEvents()A list of events matching the request.ListEventsResponse.Builder.mergeFrom(ListEventsResponse other) ListEventsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListEventsResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListEventsResponse.BuilderListEventsResponse.newBuilder()static ListEventsResponse.BuilderListEventsResponse.newBuilder(ListEventsResponse prototype) ListEventsResponse.newBuilderForType()protected ListEventsResponse.BuilderListEventsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListEventsResponse.Builder.removeSessionEvents(int index) A list of events matching the request.ListEventsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.ListEventsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1.ListEventsRequest.page_token] to retrieve the next page.ListEventsResponse.Builder.setSessionEvents(int index, SessionEvent value) A list of events matching the request.ListEventsResponse.Builder.setSessionEvents(int index, SessionEvent.Builder builderForValue) A list of events matching the request.ListEventsResponse.toBuilder()