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 StreamNameStreamName.Builder. build()static StreamNameStreamName. of(String project, String location, String stream)static StreamNameStreamName. 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.StreamDatastreamClient. 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)
-