Uses of Class
com.google.cloud.datastream.v1.StreamObjectName
-
Packages that use StreamObjectName Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of StreamObjectName in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return StreamObjectName Modifier and Type Method Description StreamObjectName
StreamObjectName.Builder. build()
static StreamObjectName
StreamObjectName. of(String project, String location, String stream, String object)
static StreamObjectName
StreamObjectName. parse(String formattedString)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type StreamObjectName Modifier and Type Method Description static List<StreamObjectName>
StreamObjectName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datastream.v1 with parameters of type StreamObjectName Modifier and Type Method Description StreamObject
DatastreamClient. getStreamObject(StreamObjectName name)
Use this method to get details about a stream object.StartBackfillJobResponse
DatastreamClient. startBackfillJob(StreamObjectName object)
Use this method to start a backfill job for the specified stream object.StopBackfillJobResponse
DatastreamClient. stopBackfillJob(StreamObjectName object)
Use this method to stop a backfill job for the specified stream object.Method parameters in com.google.cloud.datastream.v1 with type arguments of type StreamObjectName Modifier and Type Method Description static List<String>
StreamObjectName. toStringList(List<StreamObjectName> values)
-