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