Uses of Class
com.google.cloud.datastream.v1.StreamName
-
Packages that use StreamName Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of StreamName in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 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.v1 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.v1 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.DatastreamClient.ListStreamObjectsPagedResponseDatastreamClient. listStreamObjects(StreamName parent)Use this method to list the objects of a specific stream.Method parameters in com.google.cloud.datastream.v1 with type arguments of type StreamName Modifier and Type Method Description static List<String>StreamName. toStringList(List<StreamName> values)
-