Uses of Class
com.google.cloud.clouddms.v1.PrivateConnectionName
-
Packages that use PrivateConnectionName Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of PrivateConnectionName in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return PrivateConnectionName Modifier and Type Method Description PrivateConnectionName
PrivateConnectionName.Builder. build()
static PrivateConnectionName
PrivateConnectionName. of(String project, String location, String privateConnection)
static PrivateConnectionName
PrivateConnectionName. parse(String formattedString)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type PrivateConnectionName Modifier and Type Method Description static List<PrivateConnectionName>
PrivateConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.clouddms.v1 with parameters of type PrivateConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataMigrationServiceClient. deletePrivateConnectionAsync(PrivateConnectionName name)
Deletes a single Database Migration Service private connection.PrivateConnection
DataMigrationServiceClient. getPrivateConnection(PrivateConnectionName name)
Gets details of a single private connection.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type PrivateConnectionName Modifier and Type Method Description static List<String>
PrivateConnectionName. toStringList(List<PrivateConnectionName> values)
-