Uses of Class
com.google.cloud.bigquery.storage.v1beta2.AvroRows
-
Packages that use AvroRows Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of AvroRows in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return AvroRows Modifier and Type Method Description AvroRows
AvroRows.Builder. build()
AvroRows
AvroRows.Builder. buildPartial()
AvroRows
ReadRowsResponse.Builder. getAvroRows()
Serialized row data in AVRO format.AvroRows
ReadRowsResponse. getAvroRows()
Serialized row data in AVRO format.AvroRows
ReadRowsResponseOrBuilder. getAvroRows()
Serialized row data in AVRO format.static AvroRows
AvroRows. getDefaultInstance()
AvroRows
AvroRows.Builder. getDefaultInstanceForType()
AvroRows
AvroRows. getDefaultInstanceForType()
static AvroRows
AvroRows. parseDelimitedFrom(InputStream input)
static AvroRows
AvroRows. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroRows
AvroRows. parseFrom(byte[] data)
static AvroRows
AvroRows. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroRows
AvroRows. parseFrom(com.google.protobuf.ByteString data)
static AvroRows
AvroRows. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroRows
AvroRows. parseFrom(com.google.protobuf.CodedInputStream input)
static AvroRows
AvroRows. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroRows
AvroRows. parseFrom(InputStream input)
static AvroRows
AvroRows. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroRows
AvroRows. parseFrom(ByteBuffer data)
static AvroRows
AvroRows. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type AvroRows Modifier and Type Method Description com.google.protobuf.Parser<AvroRows>
AvroRows. getParserForType()
static com.google.protobuf.Parser<AvroRows>
AvroRows. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type AvroRows Modifier and Type Method Description ReadRowsResponse.Builder
ReadRowsResponse.Builder. mergeAvroRows(AvroRows value)
Serialized row data in AVRO format.AvroRows.Builder
AvroRows.Builder. mergeFrom(AvroRows other)
static AvroRows.Builder
AvroRows. newBuilder(AvroRows prototype)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. setAvroRows(AvroRows value)
Serialized row data in AVRO format.
-