Uses of Class
com.google.cloud.aiplatform.v1.Session
Packages that use Session
-
Uses of Session in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SessionModifier and TypeMethodDescriptionSession.Builder.build()Session.Builder.buildPartial()static SessionSession.getDefaultInstance()Session.Builder.getDefaultInstanceForType()Session.getDefaultInstanceForType()CreateSessionRequest.Builder.getSession()Required.CreateSessionRequest.getSession()Required.CreateSessionRequestOrBuilder.getSession()Required.UpdateSessionRequest.Builder.getSession()Required.UpdateSessionRequest.getSession()Required.UpdateSessionRequestOrBuilder.getSession()Required.ListSessionsResponse.Builder.getSessions(int index) A list of sessions matching the request.ListSessionsResponse.getSessions(int index) A list of sessions matching the request.ListSessionsResponseOrBuilder.getSessions(int index) A list of sessions matching the request.static SessionSession.parseDelimitedFrom(InputStream input) static SessionSession.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionSession.parseFrom(byte[] data) static SessionSession.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionSession.parseFrom(com.google.protobuf.ByteString data) static SessionSession.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionSession.parseFrom(com.google.protobuf.CodedInputStream input) static SessionSession.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionSession.parseFrom(InputStream input) static SessionSession.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SessionSession.parseFrom(ByteBuffer data) static SessionSession.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SessionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Session>Session.getParserForType()ListSessionsResponse.Builder.getSessionsList()A list of sessions matching the request.ListSessionsResponse.getSessionsList()A list of sessions matching the request.ListSessionsResponseOrBuilder.getSessionsList()A list of sessions matching the request.static com.google.protobuf.Parser<Session>Session.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type SessionModifier and TypeMethodDescriptionListSessionsResponse.Builder.addSessions(int index, Session value) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(Session value) A list of sessions matching the request.CreateSessionRequest.Builder.mergeSession(Session value) Required.UpdateSessionRequest.Builder.mergeSession(Session value) Required.static Session.BuilderSession.newBuilder(Session prototype) CreateSessionRequest.Builder.setSession(Session value) Required.UpdateSessionRequest.Builder.setSession(Session value) Required.ListSessionsResponse.Builder.setSessions(int index, Session value) A list of sessions matching the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SessionModifier and TypeMethodDescriptionListSessionsResponse.Builder.addAllSessions(Iterable<? extends Session> values) A list of sessions matching the request.