Uses of Class
com.google.cloud.bigquery.storage.v1beta2.AvroRows.Builder
-
Uses of AvroRows.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return AvroRows.BuilderModifier and TypeMethodDescriptionAvroRows.Builder.clear()AvroRows.Builder.clearSerializedBinaryRows()Binary serialized rows in a block.ReadRowsResponse.Builder.getAvroRowsBuilder()Serialized row data in AVRO format.AvroRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AvroRows.Builder.mergeFrom(com.google.protobuf.Message other) static AvroRows.BuilderAvroRows.newBuilder()static AvroRows.BuilderAvroRows.newBuilder(AvroRows prototype) AvroRows.newBuilderForType()protected AvroRows.BuilderAvroRows.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AvroRows.Builder.setSerializedBinaryRows(com.google.protobuf.ByteString value) Binary serialized rows in a block.AvroRows.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type AvroRows.BuilderModifier and TypeMethodDescriptionReadRowsResponse.Builder.setAvroRows(AvroRows.Builder builderForValue) Serialized row data in AVRO format.