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 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.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.Stream
DatastreamClient. getStream(StreamName name)
Use this method to get details about a stream.DatastreamClient.ListStreamObjectsPagedResponse
DatastreamClient. 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)
-