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