Uses of Class
com.google.cloud.datastream.v1.RouteName
-
Packages that use RouteName Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of RouteName in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return RouteName Modifier and Type Method Description RouteNameRouteName.Builder. build()static RouteNameRouteName. of(String project, String location, String privateConnection, String route)static RouteNameRouteName. parse(String formattedString)Methods in com.google.cloud.datastream.v1 that return types with arguments of type RouteName Modifier and Type Method Description static List<RouteName>RouteName. parseList(List<String> formattedStrings)Methods in com.google.cloud.datastream.v1 with parameters of type RouteName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>DatastreamClient. deleteRouteAsync(RouteName name)Use this method to delete a route.RouteDatastreamClient. getRoute(RouteName name)Use this method to get details about a route.Method parameters in com.google.cloud.datastream.v1 with type arguments of type RouteName Modifier and Type Method Description static List<String>RouteName. toStringList(List<RouteName> values)
-