Class AvroRows.Builder (3.20.0)

public static final class AvroRows.Builder extends GeneratedMessage.Builder<AvroRows.Builder> implements AvroRowsOrBuilder

Avro rows.

Protobuf type google.cloud.bigquery.storage.v1beta2.AvroRows

Implements

AvroRowsOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AvroRows build()
Returns
Type Description
AvroRows

buildPartial()

public AvroRows buildPartial()
Returns
Type Description
AvroRows

clear()

public AvroRows.Builder clear()
Returns
Type Description
AvroRows.Builder
Overrides

clearSerializedBinaryRows()

public AvroRows.Builder clearSerializedBinaryRows()

Binary serialized rows in a block.

bytes serialized_binary_rows = 1;

Returns
Type Description
AvroRows.Builder

This builder for chaining.

getDefaultInstanceForType()

public AvroRows getDefaultInstanceForType()
Returns
Type Description
AvroRows

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSerializedBinaryRows()

public ByteString getSerializedBinaryRows()

Binary serialized rows in a block.

bytes serialized_binary_rows = 1;

Returns
Type Description
ByteString

The serializedBinaryRows.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AvroRows other)

public AvroRows.Builder mergeFrom(AvroRows other)
Parameter
Name Description
other AvroRows
Returns
Type Description
AvroRows.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AvroRows.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AvroRows.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AvroRows.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AvroRows.Builder
Overrides

setSerializedBinaryRows(ByteString value)

public AvroRows.Builder setSerializedBinaryRows(ByteString value)

Binary serialized rows in a block.

bytes serialized_binary_rows = 1;

Parameter
Name Description
value ByteString

The serializedBinaryRows to set.

Returns
Type Description
AvroRows.Builder

This builder for chaining.