public interface AvroSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSchema()
Json serialized schema, as described at
https://avro.apache.org/docs/1.8.1/spec.html.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Json serialized schema, as described at
https://avro.apache.org/docs/1.8.1/spec.html.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;com.google.protobuf.ByteString getSchemaBytes()
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
string schema = 1;Copyright © 2021 Google LLC. All rights reserved.