Interface PropertyDefinition.SchemaSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PropertyDefinition.SchemaSource
,PropertyDefinition.SchemaSource.Builder
- Enclosing class:
- PropertyDefinition
public static interface PropertyDefinition.SchemaSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The schema name in the source.com.google.protobuf.ByteString
getNameBytes()
The schema name in the source.String
getProcessorType()
The Doc AI processor type name.com.google.protobuf.ByteString
getProcessorTypeBytes()
The Doc AI processor type name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The schema name in the source.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The schema name in the source.
string name = 1;
- Returns:
- The bytes for name.
-
getProcessorType
String getProcessorType()
The Doc AI processor type name.
string processor_type = 2;
- Returns:
- The processorType.
-
getProcessorTypeBytes
com.google.protobuf.ByteString getProcessorTypeBytes()
The Doc AI processor type name.
string processor_type = 2;
- Returns:
- The bytes for processorType.
-
-