Uses of Class
com.google.cloud.dataplex.v1.EnvironmentName
-
Packages that use EnvironmentName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of EnvironmentName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return EnvironmentName Modifier and Type Method Description EnvironmentName
EnvironmentName.Builder. build()
static EnvironmentName
EnvironmentName. of(String project, String location, String lake, String environment)
static EnvironmentName
EnvironmentName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type EnvironmentName Modifier and Type Method Description static List<EnvironmentName>
EnvironmentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type EnvironmentName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataplexServiceClient. deleteEnvironmentAsync(EnvironmentName name)
Delete the environment resource.Environment
DataplexServiceClient. getEnvironment(EnvironmentName name)
Get environment resource.DataplexServiceClient.ListSessionsPagedResponse
DataplexServiceClient. listSessions(EnvironmentName parent)
Lists session resources in an environment.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type EnvironmentName Modifier and Type Method Description static List<String>
EnvironmentName. toStringList(List<EnvironmentName> values)
-