Uses of Class
com.google.cloud.datastream.v1.ConnectionProfileName
-
Packages that use ConnectionProfileName Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of ConnectionProfileName in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return ConnectionProfileName Modifier and Type Method Description ConnectionProfileNameConnectionProfileName.Builder. build()static ConnectionProfileNameConnectionProfileName. of(String project, String location, String connectionProfile)static ConnectionProfileNameConnectionProfileName. parse(String formattedString)Methods in com.google.cloud.datastream.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.datastream.v1 with parameters of type ConnectionProfileName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>DatastreamClient. deleteConnectionProfileAsync(ConnectionProfileName name)Use this method to delete a connection profile.ConnectionProfileDatastreamClient. getConnectionProfile(ConnectionProfileName name)Use this method to get details about a connection profile.Method parameters in com.google.cloud.datastream.v1 with type arguments of type ConnectionProfileName Modifier and Type Method Description static List<String>ConnectionProfileName. toStringList(List<ConnectionProfileName> values)
-