Uses of Class
com.google.cloud.datastream.v1.PrivateConnectionName
-
Packages that use PrivateConnectionName Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of PrivateConnectionName in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.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.datastream.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.datastream.v1 with parameters of type PrivateConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Route,OperationMetadata>
DatastreamClient. createRouteAsync(PrivateConnectionName parent, Route route, String routeId)
Use this method to create a route for a private connectivity configuration in a project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DatastreamClient. deletePrivateConnectionAsync(PrivateConnectionName name)
Use this method to delete a private connectivity configuration.PrivateConnection
DatastreamClient. getPrivateConnection(PrivateConnectionName name)
Use this method to get details about a private connectivity configuration.DatastreamClient.ListRoutesPagedResponse
DatastreamClient. listRoutes(PrivateConnectionName parent)
Use this method to list routes created for a private connectivity configuration in a project and location.Method parameters in com.google.cloud.datastream.v1 with type arguments of type PrivateConnectionName Modifier and Type Method Description static List<String>
PrivateConnectionName. toStringList(List<PrivateConnectionName> values)
-