public interface ProcessorInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentType()
public abstract String getDocumentType()
The processor will process the documents with this document type.
string document_type = 2;
Returns | |
---|---|
Type | Description |
String | The documentType. |
getDocumentTypeBytes()
public abstract ByteString getDocumentTypeBytes()
The processor will process the documents with this document type.
string document_type = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for documentType. |
getProcessorName()
public abstract String getProcessorName()
The processor resource name.
Format is projects/{project}/locations/{location}/processors/{processor}
,
or
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string processor_name = 1;
Returns | |
---|---|
Type | Description |
String | The processorName. |
getProcessorNameBytes()
public abstract ByteString getProcessorNameBytes()
The processor resource name.
Format is projects/{project}/locations/{location}/processors/{processor}
,
or
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string processor_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for processorName. |
getSchemaName()
public abstract String getSchemaName()
The Document schema resource name. All documents processed by this processor will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string schema_name = 3;
Returns | |
---|---|
Type | Description |
String | The schemaName. |
getSchemaNameBytes()
public abstract ByteString getSchemaNameBytes()
The Document schema resource name. All documents processed by this processor will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string schema_name = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for schemaName. |