Uses of Class
com.google.cloud.aiplatform.v1.ListSessionsResponse.Builder
Packages that use ListSessionsResponse.Builder
-
Uses of ListSessionsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListSessionsResponse.BuilderModifier and TypeMethodDescriptionListSessionsResponse.Builder.addAllSessions(Iterable<? extends Session> values) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(int index, Session value) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(int index, Session.Builder builderForValue) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(Session value) A list of sessions matching the request.ListSessionsResponse.Builder.addSessions(Session.Builder builderForValue) A list of sessions matching the request.ListSessionsResponse.Builder.clear()ListSessionsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.ListSessionsResponse.Builder.clearSessions()A list of sessions matching the request.ListSessionsResponse.Builder.mergeFrom(ListSessionsResponse other) ListSessionsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListSessionsResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListSessionsResponse.BuilderListSessionsResponse.newBuilder()static ListSessionsResponse.BuilderListSessionsResponse.newBuilder(ListSessionsResponse prototype) ListSessionsResponse.newBuilderForType()protected ListSessionsResponse.BuilderListSessionsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListSessionsResponse.Builder.removeSessions(int index) A list of sessions matching the request.ListSessionsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.ListSessionsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.ListSessionsResponse.Builder.setSessions(int index, Session value) A list of sessions matching the request.ListSessionsResponse.Builder.setSessions(int index, Session.Builder builderForValue) A list of sessions matching the request.ListSessionsResponse.toBuilder()