Interface PhysicalSchema.AvroSchemaOrBuilder (1.47.0)

public static interface PhysicalSchema.AvroSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getText()

public abstract String getText()

JSON source of the Avro schema.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

JSON source of the Avro schema.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.