public static interface PropertyDefinition.SchemaSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
The schema name in the source.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The schema name in the source.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getProcessorType()
public abstract String getProcessorType()
The Doc AI processor type name.
string processor_type = 2;
Returns | |
---|---|
Type | Description |
String |
The processorType. |
getProcessorTypeBytes()
public abstract ByteString getProcessorTypeBytes()
The Doc AI processor type name.
string processor_type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for processorType. |