Uses of Class
com.google.cloud.bigquery.storage.v1.ReadStreamName
-
Packages that use ReadStreamName Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ReadStreamName in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ReadStreamName Modifier and Type Method Description ReadStreamName
ReadStreamName.Builder. build()
static ReadStreamName
ReadStreamName. of(String project, String location, String session, String stream)
static ReadStreamName
ReadStreamName. parse(String formattedString)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ReadStreamName Modifier and Type Method Description static List<ReadStreamName>
ReadStreamName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type ReadStreamName Modifier and Type Method Description static List<String>
ReadStreamName. toStringList(List<ReadStreamName> values)
-