Send feedback
Class ProcessRequest (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.1 keyboard_arrow_down
public final class ProcessRequest extends GeneratedMessageV3 implements ProcessRequestOrBuilder
Request message for the process document method.
Protobuf type google.cloud.documentai.v1beta3.ProcessRequest
Static Fields
DOCUMENT_FIELD_NUMBER
public static final int DOCUMENT_FIELD_NUMBER
Field Value
INLINE_DOCUMENT_FIELD_NUMBER
public static final int INLINE_DOCUMENT_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
RAW_DOCUMENT_FIELD_NUMBER
public static final int RAW_DOCUMENT_FIELD_NUMBER
Field Value
SKIP_HUMAN_REVIEW_FIELD_NUMBER
public static final int SKIP_HUMAN_REVIEW_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProcessRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ProcessRequest . Builder newBuilder ()
Returns
newBuilder(ProcessRequest prototype)
public static ProcessRequest . Builder newBuilder ( ProcessRequest prototype )
Parameter
Returns
public static ProcessRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ProcessRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProcessRequest parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProcessRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ProcessRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ProcessRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ProcessRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ProcessRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProcessRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ProcessRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ProcessRequest getDefaultInstanceForType ()
Returns
getDocument()
public Document getDocument ()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
Returns
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder ()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
Returns
getInlineDocument()
public Document getInlineDocument ()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
Returns
Type Description Document The inlineDocument.
getInlineDocumentOrBuilder()
public DocumentOrBuilder getInlineDocumentOrBuilder ()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
Returns
getName()
Required. The processor resource name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The name.
getNameBytes()
public ByteString getNameBytes ()
Required. The processor resource name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getParserForType()
public Parser<ProcessRequest> getParserForType ()
Returns
Overrides
getRawDocument()
public RawDocument getRawDocument ()
A raw document content (bytes).
.google.cloud.documentai.v1beta3.RawDocument raw_document = 5;
Returns
getRawDocumentOrBuilder()
public RawDocumentOrBuilder getRawDocumentOrBuilder ()
A raw document content (bytes).
.google.cloud.documentai.v1beta3.RawDocument raw_document = 5;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSkipHumanReview()
public boolean getSkipHumanReview ()
Whether Human Review feature should be skipped for this request. Default to
false.
bool skip_human_review = 3;
Returns
Type Description boolean The skipHumanReview.
getSourceCase()
public ProcessRequest . SourceCase getSourceCase ()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasDocument()
public boolean hasDocument ()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
Returns
Type Description boolean Whether the document field is set.
hasInlineDocument()
public boolean hasInlineDocument ()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
Returns
Type Description boolean Whether the inlineDocument field is set.
hasRawDocument()
public boolean hasRawDocument ()
A raw document content (bytes).
.google.cloud.documentai.v1beta3.RawDocument raw_document = 5;
Returns
Type Description boolean Whether the rawDocument field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ProcessRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ProcessRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]