Uses of Class
com.google.cloud.aiplatform.v1.Session.Builder
Packages that use Session.Builder
-
Uses of Session.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Session.BuilderModifier and TypeMethodDescriptionListSessionsResponse.Builder.addSessionsBuilder()A list of sessions matching the request.ListSessionsResponse.Builder.addSessionsBuilder(int index) A list of sessions matching the request.Session.Builder.clear()Session.Builder.clearCreateTime()Output only.Session.Builder.clearDisplayName()Optional.Session.Builder.clearExpiration()Session.Builder.clearExpireTime()Optional.Session.Builder.clearLabels()Session.Builder.clearName()Identifier.Session.Builder.clearSessionState()Optional.Session.Builder.clearTtl()Optional.Session.Builder.clearUpdateTime()Output only.Session.Builder.clearUserId()Required.CreateSessionRequest.Builder.getSessionBuilder()Required.UpdateSessionRequest.Builder.getSessionBuilder()Required.ListSessionsResponse.Builder.getSessionsBuilder(int index) A list of sessions matching the request.Session.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Session.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) Optional.Session.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Session.Builder.mergeFrom(com.google.protobuf.Message other) Session.Builder.mergeSessionState(com.google.protobuf.Struct value) Optional.Session.Builder.mergeTtl(com.google.protobuf.Duration value) Optional.Session.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Session.BuilderSession.newBuilder()static Session.BuilderSession.newBuilder(Session prototype) Session.newBuilderForType()protected Session.BuilderSession.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Session.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize your Sessions.The labels with user-defined metadata to organize your Sessions.Session.Builder.removeLabels(String key) The labels with user-defined metadata to organize your Sessions.Session.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Session.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Session.Builder.setDisplayName(String value) Optional.Session.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Optional.Session.Builder.setExpireTime(com.google.protobuf.Timestamp value) Optional.Session.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) Optional.Identifier.Session.Builder.setNameBytes(com.google.protobuf.ByteString value) Identifier.Session.Builder.setSessionState(com.google.protobuf.Struct value) Optional.Session.Builder.setSessionState(com.google.protobuf.Struct.Builder builderForValue) Optional.Session.Builder.setTtl(com.google.protobuf.Duration value) Optional.Session.Builder.setTtl(com.google.protobuf.Duration.Builder builderForValue) Optional.Session.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Session.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Required.Session.Builder.setUserIdBytes(com.google.protobuf.ByteString value) Required.Session.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Session.BuilderModifier and TypeMethodDescriptionListSessionsResponse.Builder.getSessionsBuilderList()A list of sessions matching the request.Methods in com.google.cloud.aiplatform.v1 with parameters of type Session.BuilderModifier and TypeMethodDescriptionListSessionsResponse.Builder.addSessions(int index, Session.Builder builderForValue) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(Session.Builder builderForValue) A list of sessions matching the request.CreateSessionRequest.Builder.setSession(Session.Builder builderForValue) Required.UpdateSessionRequest.Builder.setSession(Session.Builder builderForValue) Required.ListSessionsResponse.Builder.setSessions(int index, Session.Builder builderForValue) A list of sessions matching the request.