Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ReadStreamName
-
Packages that use ReadStreamName Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of ReadStreamName in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 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.v1beta2 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.v1beta2 with type arguments of type ReadStreamName Modifier and Type Method Description static List<String>
ReadStreamName. toStringList(List<ReadStreamName> values)
-