Interface PropertyDefinition.SchemaSourceOrBuilder (0.37.0)

public static interface PropertyDefinition.SchemaSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The schema name in the source.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The schema name in the source.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getProcessorType()

public abstract String getProcessorType()

The Doc AI processor type name.

string processor_type = 2;

Returns
TypeDescription
String

The processorType.

getProcessorTypeBytes()

public abstract ByteString getProcessorTypeBytes()

The Doc AI processor type name.

string processor_type = 2;

Returns
TypeDescription
ByteString

The bytes for processorType.