public static final class AvroSchema.Builder extends GeneratedMessageV3.Builder<AvroSchema.Builder> implements AvroSchemaOrBuilder
Avro schema.
Protobuf type google.cloud.bigquery.storage.v1.AvroSchema
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AvroSchema.BuilderImplements
AvroSchemaOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AvroSchema.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AvroSchema.Builder |
build()
public AvroSchema build()
Type | Description |
AvroSchema |
buildPartial()
public AvroSchema buildPartial()
Type | Description |
AvroSchema |
clear()
public AvroSchema.Builder clear()
Type | Description |
AvroSchema.Builder |
clearField(Descriptors.FieldDescriptor field)
public AvroSchema.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AvroSchema.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AvroSchema.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AvroSchema.Builder |
clearSchema()
public AvroSchema.Builder clearSchema()
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;
Type | Description |
AvroSchema.Builder | This builder for chaining. |
clone()
public AvroSchema.Builder clone()
Type | Description |
AvroSchema.Builder |
getDefaultInstanceForType()
public AvroSchema getDefaultInstanceForType()
Type | Description |
AvroSchema |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getSchema()
public String getSchema()
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;
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;
Type | Description |
ByteString | The bytes for schema. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AvroSchema other)
public AvroSchema.Builder mergeFrom(AvroSchema other)
Name | Description |
other | AvroSchema |
Type | Description |
AvroSchema.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AvroSchema.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AvroSchema.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AvroSchema.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AvroSchema.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AvroSchema.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AvroSchema.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AvroSchema.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AvroSchema.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AvroSchema.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AvroSchema.Builder |
setSchema(String value)
public AvroSchema.Builder setSchema(String value)
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;
Name | Description |
value | String The schema to set. |
Type | Description |
AvroSchema.Builder | This builder for chaining. |
setSchemaBytes(ByteString value)
public AvroSchema.Builder setSchemaBytes(ByteString value)
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;
Name | Description |
value | ByteString The bytes for schema to set. |
Type | Description |
AvroSchema.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AvroSchema.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AvroSchema.Builder |