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 StreamObjectNameStreamObjectName.Builder. build()static StreamObjectNameStreamObjectName. of(String project, String location, String stream, String object)static StreamObjectNameStreamObjectName. 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 StreamObjectDatastreamClient. getStreamObject(StreamObjectName name)Use this method to get details about a stream object.StartBackfillJobResponseDatastreamClient. startBackfillJob(StreamObjectName object)Use this method to start a backfill job for the specified stream object.StopBackfillJobResponseDatastreamClient. 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)
-