Class Document.Revision.HumanReview (2.2.1)

public static final class Document.Revision.HumanReview extends GeneratedMessageV3 implements Document.Revision.HumanReviewOrBuilder

Human Review information of the document.

Protobuf type google.cloud.documentai.v1beta3.Document.Revision.HumanReview

Static Fields

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_MESSAGE_FIELD_NUMBER

public static final int STATE_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Document.Revision.HumanReview getDefaultInstance()
Returns
TypeDescription
Document.Revision.HumanReview

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Document.Revision.HumanReview.Builder newBuilder()
Returns
TypeDescription
Document.Revision.HumanReview.Builder

newBuilder(Document.Revision.HumanReview prototype)

public static Document.Revision.HumanReview.Builder newBuilder(Document.Revision.HumanReview prototype)
Parameter
NameDescription
prototypeDocument.Revision.HumanReview
Returns
TypeDescription
Document.Revision.HumanReview.Builder

parseDelimitedFrom(InputStream input)

public static Document.Revision.HumanReview parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Document.Revision.HumanReview parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Document.Revision.HumanReview parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Document.Revision.HumanReview parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Document.Revision.HumanReview parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Document.Revision.HumanReview parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Document.Revision.HumanReview parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Revision.HumanReview
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Document.Revision.HumanReview> parser()
Returns
TypeDescription
Parser<HumanReview>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Document.Revision.HumanReview getDefaultInstanceForType()
Returns
TypeDescription
Document.Revision.HumanReview

getParserForType()

public Parser<Document.Revision.HumanReview> getParserForType()
Returns
TypeDescription
Parser<HumanReview>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public String getState()

Human review state. e.g. requested, succeeded, rejected.

string state = 1;

Returns
TypeDescription
String

The state.

getStateBytes()

public ByteString getStateBytes()

Human review state. e.g. requested, succeeded, rejected.

string state = 1;

Returns
TypeDescription
ByteString

The bytes for state.

getStateMessage()

public String getStateMessage()

A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

string state_message = 2;

Returns
TypeDescription
String

The stateMessage.

getStateMessageBytes()

public ByteString getStateMessageBytes()

A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

string state_message = 2;

Returns
TypeDescription
ByteString

The bytes for stateMessage.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Document.Revision.HumanReview.Builder newBuilderForType()
Returns
TypeDescription
Document.Revision.HumanReview.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Document.Revision.HumanReview.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Document.Revision.HumanReview.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Document.Revision.HumanReview.Builder toBuilder()
Returns
TypeDescription
Document.Revision.HumanReview.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException