Class ArrowProto.ArrowSchema.Builder (3.20.0)

public static final class ArrowProto.ArrowSchema.Builder extends GeneratedMessage.Builder<ArrowProto.ArrowSchema.Builder> implements ArrowProto.ArrowSchemaOrBuilder

Arrow schema.

Protobuf type google.cloud.bigquery.storage.v1beta1.ArrowSchema

Static Methods

getDescriptor()

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

Methods

build()

public ArrowProto.ArrowSchema build()
Returns
Type Description
ArrowProto.ArrowSchema

buildPartial()

public ArrowProto.ArrowSchema buildPartial()
Returns
Type Description
ArrowProto.ArrowSchema

clear()

public ArrowProto.ArrowSchema.Builder clear()
Returns
Type Description
ArrowProto.ArrowSchema.Builder
Overrides

clearSerializedSchema()

public ArrowProto.ArrowSchema.Builder clearSerializedSchema()

IPC serialized Arrow schema.

bytes serialized_schema = 1;

Returns
Type Description
ArrowProto.ArrowSchema.Builder

This builder for chaining.

getDefaultInstanceForType()

public ArrowProto.ArrowSchema getDefaultInstanceForType()
Returns
Type Description
ArrowProto.ArrowSchema

getDescriptorForType()

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

getSerializedSchema()

public ByteString getSerializedSchema()

IPC serialized Arrow schema.

bytes serialized_schema = 1;

Returns
Type Description
ByteString

The serializedSchema.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ArrowProto.ArrowSchema other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSerializedSchema(ByteString value)

public ArrowProto.ArrowSchema.Builder setSerializedSchema(ByteString value)

IPC serialized Arrow schema.

bytes serialized_schema = 1;

Parameter
Name Description
value ByteString

The serializedSchema to set.

Returns
Type Description
ArrowProto.ArrowSchema.Builder

This builder for chaining.