Class AvroFileFormat.Builder (1.82.0)

public static final class AvroFileFormat.Builder extends GeneratedMessage.Builder<AvroFileFormat.Builder> implements AvroFileFormatOrBuilder

AVRO file format configuration.

Protobuf type google.cloud.datastream.v1alpha1.AvroFileFormat

Static Methods

getDescriptor()

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

Methods

build()

public AvroFileFormat build()
Returns
Type Description
AvroFileFormat

buildPartial()

public AvroFileFormat buildPartial()
Returns
Type Description
AvroFileFormat

clear()

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

getDefaultInstanceForType()

public AvroFileFormat getDefaultInstanceForType()
Returns
Type Description
AvroFileFormat

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AvroFileFormat other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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