Interface Pipeline.MessagePayloadFormat.AvroFormatOrBuilder (1.54.0)

public static interface Pipeline.MessagePayloadFormat.AvroFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSchemaDefinition()

public abstract String getSchemaDefinition()

Optional. The entire schema definition is stored in this field.

string schema_definition = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The schemaDefinition.

getSchemaDefinitionBytes()

public abstract ByteString getSchemaDefinitionBytes()

Optional. The entire schema definition is stored in this field.

string schema_definition = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for schemaDefinition.