Uses of Class
com.google.cloud.bigquery.storage.v1.StreamStats
-
Packages that use StreamStats Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of StreamStats in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return StreamStats Modifier and Type Method Description StreamStats
StreamStats.Builder. build()
StreamStats
StreamStats.Builder. buildPartial()
static StreamStats
StreamStats. getDefaultInstance()
StreamStats
StreamStats.Builder. getDefaultInstanceForType()
StreamStats
StreamStats. getDefaultInstanceForType()
StreamStats
ReadRowsResponse.Builder. getStats()
Statistics for the stream.StreamStats
ReadRowsResponse. getStats()
Statistics for the stream.StreamStats
ReadRowsResponseOrBuilder. getStats()
Statistics for the stream.static StreamStats
StreamStats. parseDelimitedFrom(InputStream input)
static StreamStats
StreamStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamStats
StreamStats. parseFrom(byte[] data)
static StreamStats
StreamStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamStats
StreamStats. parseFrom(com.google.protobuf.ByteString data)
static StreamStats
StreamStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamStats
StreamStats. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamStats
StreamStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamStats
StreamStats. parseFrom(InputStream input)
static StreamStats
StreamStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamStats
StreamStats. parseFrom(ByteBuffer data)
static StreamStats
StreamStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type StreamStats Modifier and Type Method Description com.google.protobuf.Parser<StreamStats>
StreamStats. getParserForType()
static com.google.protobuf.Parser<StreamStats>
StreamStats. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type StreamStats Modifier and Type Method Description StreamStats.Builder
StreamStats.Builder. mergeFrom(StreamStats other)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. mergeStats(StreamStats value)
Statistics for the stream.static StreamStats.Builder
StreamStats. newBuilder(StreamStats prototype)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. setStats(StreamStats value)
Statistics for the stream.
-