Interface PhysicalSchema.AvroSchemaOrBuilder (1.48.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
Type Description
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

JSON source of the Avro schema.

string text = 1;

Returns
Type Description
ByteString

The bytes for text.