public final class ReviewDocumentResponse extends GeneratedMessage implements ReviewDocumentResponseOrBuilderResponse message for the ReviewDocument method.
Protobuf type google.cloud.documentai.v1beta3.ReviewDocumentResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ReviewDocumentResponseImplements
ReviewDocumentResponseOrBuilderStatic Fields
GCS_DESTINATION_FIELD_NUMBER
public static final int GCS_DESTINATION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
REJECTION_REASON_FIELD_NUMBER
public static final int REJECTION_REASON_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ReviewDocumentResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ReviewDocumentResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Builder |
|
newBuilder(ReviewDocumentResponse prototype)
public static ReviewDocumentResponse.Builder newBuilder(ReviewDocumentResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ReviewDocumentResponse |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ReviewDocumentResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ReviewDocumentResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ReviewDocumentResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ReviewDocumentResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ReviewDocumentResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ReviewDocumentResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ReviewDocumentResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ReviewDocumentResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ReviewDocumentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse |
|
getGcsDestination()
public String getGcsDestination()The Cloud Storage uri for the human reviewed document if the review is succeeded.
string gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsDestination. |
getGcsDestinationBytes()
public ByteString getGcsDestinationBytes()The Cloud Storage uri for the human reviewed document if the review is succeeded.
string gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsDestination. |
getParserForType()
public Parser<ReviewDocumentResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ReviewDocumentResponse> |
|
getRejectionReason()
public String getRejectionReason()The reason why the review is rejected by reviewer.
string rejection_reason = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The rejectionReason. |
getRejectionReasonBytes()
public ByteString getRejectionReasonBytes()The reason why the review is rejected by reviewer.
string rejection_reason = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rejectionReason. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getState()
public ReviewDocumentResponse.State getState()The state of the review operation.
.google.cloud.documentai.v1beta3.ReviewDocumentResponse.State state = 2;
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.State |
The state. |
getStateValue()
public int getStateValue()The state of the review operation.
.google.cloud.documentai.v1beta3.ReviewDocumentResponse.State state = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ReviewDocumentResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReviewDocumentResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Builder |
|
toBuilder()
public ReviewDocumentResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|