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 Session
Session.Builder. build()
Session
Session.Builder. buildPartial()
static Session
Session. getDefaultInstance()
Session
Session.Builder. getDefaultInstanceForType()
Session
Session. getDefaultInstanceForType()
Session
ListSessionsResponse.Builder. getSessions(int index)
Sessions under a given environment.Session
ListSessionsResponse. getSessions(int index)
Sessions under a given environment.Session
ListSessionsResponseOrBuilder. getSessions(int index)
Sessions under a given environment.static Session
Session. parseDelimitedFrom(InputStream input)
static Session
Session. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Session
Session. parseFrom(byte[] data)
static Session
Session. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Session
Session. parseFrom(com.google.protobuf.ByteString data)
static Session
Session. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Session
Session. parseFrom(com.google.protobuf.CodedInputStream input)
static Session
Session. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Session
Session. parseFrom(InputStream input)
static Session
Session. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Session
Session. parseFrom(ByteBuffer data)
static Session
Session. 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.Builder
ListSessionsResponse.Builder. addSessions(int index, Session value)
Sessions under a given environment.ListSessionsResponse.Builder
ListSessionsResponse.Builder. addSessions(Session value)
Sessions under a given environment.Session.Builder
Session.Builder. mergeFrom(Session other)
static Session.Builder
Session. newBuilder(Session prototype)
ListSessionsResponse.Builder
ListSessionsResponse.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.Builder
ListSessionsResponse.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.ListSessionsPage
DataplexServiceClient.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)
-