Uses of Class
com.google.cloud.bigquery.storage.v1beta1.AvroProto.AvroRows.Builder
-
Uses of AvroProto.AvroRows.Builder in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return AvroProto.AvroRows.BuilderModifier and TypeMethodDescriptionAvroProto.AvroRows.Builder.clear()AvroProto.AvroRows.Builder.clearRowCount()The count of rows in the returning block.AvroProto.AvroRows.Builder.clearSerializedBinaryRows()Binary serialized rows in a block.Storage.ReadRowsResponse.Builder.getAvroRowsBuilder()Serialized row data in AVRO format.AvroProto.AvroRows.Builder.mergeFrom(AvroProto.AvroRows other) AvroProto.AvroRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AvroProto.AvroRows.Builder.mergeFrom(com.google.protobuf.Message other) static AvroProto.AvroRows.BuilderAvroProto.AvroRows.newBuilder()static AvroProto.AvroRows.BuilderAvroProto.AvroRows.newBuilder(AvroProto.AvroRows prototype) AvroProto.AvroRows.newBuilderForType()protected AvroProto.AvroRows.BuilderAvroProto.AvroRows.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AvroProto.AvroRows.Builder.setRowCount(long value) The count of rows in the returning block.AvroProto.AvroRows.Builder.setSerializedBinaryRows(com.google.protobuf.ByteString value) Binary serialized rows in a block.AvroProto.AvroRows.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type AvroProto.AvroRows.BuilderModifier and TypeMethodDescriptionStorage.ReadRowsResponse.Builder.setAvroRows(AvroProto.AvroRows.Builder builderForValue) Serialized row data in AVRO format.