Uses of Class
com.google.cloud.dataplex.v1.Session
-
Packages that use Session Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Session in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Session Modifier and Type Method Description SessionSession.Builder. build()SessionSession.Builder. buildPartial()static SessionSession. getDefaultInstance()SessionSession.Builder. getDefaultInstanceForType()SessionSession. getDefaultInstanceForType()SessionListSessionsResponse.Builder. getSessions(int index)Sessions under a given environment.SessionListSessionsResponse. getSessions(int index)Sessions under a given environment.SessionListSessionsResponseOrBuilder. getSessions(int index)Sessions under a given environment.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.dataplex.v1 that return types with arguments of type Session Modifier and Type Method Description com.google.protobuf.Parser<Session>Session. getParserForType()List<Session>ListSessionsResponse.Builder. getSessionsList()Sessions under a given environment.List<Session>ListSessionsResponse. getSessionsList()Sessions under a given environment.List<Session>ListSessionsResponseOrBuilder. getSessionsList()Sessions under a given environment.static com.google.protobuf.Parser<Session>Session. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type Session Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. addSessions(int index, Session value)Sessions under a given environment.ListSessionsResponse.BuilderListSessionsResponse.Builder. addSessions(Session value)Sessions under a given environment.Session.BuilderSession.Builder. mergeFrom(Session other)static Session.BuilderSession. newBuilder(Session prototype)ListSessionsResponse.BuilderListSessionsResponse.Builder. setSessions(int index, Session value)Sessions under a given environment.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Session Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. addAllSessions(Iterable<? extends Session> values)Sessions under a given environment.static com.google.api.core.ApiFuture<DataplexServiceClient.ListSessionsPagedResponse>DataplexServiceClient.ListSessionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse)protected DataplexServiceClient.ListSessionsPageDataplexServiceClient.ListSessionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)com.google.api.core.ApiFuture<DataplexServiceClient.ListSessionsPage>DataplexServiceClient.ListSessionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse)
-