Uses of Class
com.google.cloud.datastream.v1alpha1.RouteName
-
Packages that use RouteName Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of RouteName in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return RouteName Modifier and Type Method Description RouteName
RouteName.Builder. build()
static RouteName
RouteName. of(String project, String location, String privateConnection, String route)
static RouteName
RouteName. parse(String formattedString)
Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 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.Route
DatastreamClient. getRoute(RouteName name)
Use this method to get details about a route.Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type RouteName Modifier and Type Method Description static List<String>
RouteName. toStringList(List<RouteName> values)
-