Uses of Class
com.google.cloud.datastream.v1alpha1.ConnectionProfileName
-
Packages that use ConnectionProfileName Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of ConnectionProfileName in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 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.datastream.v1alpha1 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.v1alpha1 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..ConnectionProfile
DatastreamClient. getConnectionProfile(ConnectionProfileName name)
Use this method to get details about a connection profile.Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type ConnectionProfileName Modifier and Type Method Description static List<String>
ConnectionProfileName. toStringList(List<ConnectionProfileName> values)
-