Uses of Class
com.google.cloud.aiplatform.v1.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SessionEventModifier and TypeMethodDescriptionSessionEvent.Builder.build()SessionEvent.Builder.buildPartial()static SessionEventSessionEvent.getDefaultInstance()SessionEvent.Builder.getDefaultInstanceForType()SessionEvent.getDefaultInstanceForType()AppendEventRequest.Builder.getEvent()Required.AppendEventRequest.getEvent()Required.AppendEventRequestOrBuilder.getEvent()Required.ListEventsResponse.Builder.getSessionEvents(int index) A list of events matching the request.ListEventsResponse.getSessionEvents(int index) A list of events matching the request.ListEventsResponseOrBuilder.getSessionEvents(int index) A list of events matching the request.static SessionEventSessionEvent.parseDelimitedFrom(InputStream input) static SessionEventSessionEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionEventSessionEvent.parseFrom(byte[] data) static SessionEventSessionEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionEventSessionEvent.parseFrom(com.google.protobuf.ByteString data) static SessionEventSessionEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionEventSessionEvent.parseFrom(com.google.protobuf.CodedInputStream input) static SessionEventSessionEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionEventSessionEvent.parseFrom(InputStream input) static SessionEventSessionEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionEventSessionEvent.parseFrom(ByteBuffer data) static SessionEventSessionEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SessionEventModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SessionEvent>SessionEvent.getParserForType()ListEventsResponse.Builder.getSessionEventsList()A list of events matching the request.ListEventsResponse.getSessionEventsList()A list of events matching the request.ListEventsResponseOrBuilder.getSessionEventsList()A list of events matching the request.static com.google.protobuf.Parser<SessionEvent>SessionEvent.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type SessionEventModifier and TypeMethodDescriptionListEventsResponse.Builder.addSessionEvents(int index, SessionEvent value) A list of events matching the request.ListEventsResponse.Builder.addSessionEvents(SessionEvent value) A list of events matching the request.AppendEventRequest.Builder.mergeEvent(SessionEvent value) Required.SessionEvent.Builder.mergeFrom(SessionEvent other) static SessionEvent.BuilderSessionEvent.newBuilder(SessionEvent prototype) AppendEventRequest.Builder.setEvent(SessionEvent value) Required.ListEventsResponse.Builder.setSessionEvents(int index, SessionEvent value) A list of events matching the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SessionEventModifier and TypeMethodDescriptionListEventsResponse.Builder.addAllSessionEvents(Iterable<? extends SessionEvent> values) A list of events matching the request.