Class AvroProto.AvroSchema.Builder (3.5.1)

public static final class AvroProto.AvroSchema.Builder extends GeneratedMessageV3.Builder<AvroProto.AvroSchema.Builder> implements AvroProto.AvroSchemaOrBuilder

Avro schema.

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AvroProto.AvroSchema.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

build()

public AvroProto.AvroSchema build()
Returns
Type Description
AvroProto.AvroSchema

buildPartial()

public AvroProto.AvroSchema buildPartial()
Returns
Type Description
AvroProto.AvroSchema

clear()

public AvroProto.AvroSchema.Builder clear()
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AvroProto.AvroSchema.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AvroProto.AvroSchema.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

clearSchema()

public AvroProto.AvroSchema.Builder clearSchema()

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html

string schema = 1;

Returns
Type Description
AvroProto.AvroSchema.Builder

This builder for chaining.

clone()

public AvroProto.AvroSchema.Builder clone()
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

getDefaultInstanceForType()

public AvroProto.AvroSchema getDefaultInstanceForType()
Returns
Type Description
AvroProto.AvroSchema

getDescriptorForType()

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

getSchema()

public String getSchema()

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html

string schema = 1;

Returns
Type Description
String

The schema.

getSchemaBytes()

public ByteString getSchemaBytes()

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html

string schema = 1;

Returns
Type Description
ByteString

The bytes for schema.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AvroProto.AvroSchema other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AvroProto.AvroSchema.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AvroProto.AvroSchema.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AvroProto.AvroSchema.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides

setSchema(String value)

public AvroProto.AvroSchema.Builder setSchema(String value)

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html

string schema = 1;

Parameter
Name Description
value String

The schema to set.

Returns
Type Description
AvroProto.AvroSchema.Builder

This builder for chaining.

setSchemaBytes(ByteString value)

public AvroProto.AvroSchema.Builder setSchemaBytes(ByteString value)

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html

string schema = 1;

Parameter
Name Description
value ByteString

The bytes for schema to set.

Returns
Type Description
AvroProto.AvroSchema.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AvroProto.AvroSchema.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AvroProto.AvroSchema.Builder
Overrides