- 2.82.0 (latest)
 - 2.80.0
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.74.0
 - 2.72.0
 - 2.71.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.5
 - 2.6.2
 - 2.5.1
 - 2.4.3
 - 2.3.1
 - 2.2.1
 - 2.1.9
 
public static final class ReviewDocumentResponse.Builder extends GeneratedMessageV3.Builder<ReviewDocumentResponse.Builder> implements ReviewDocumentResponseOrBuilderResponse message for the ReviewDocument method.
 Protobuf type google.cloud.documentai.v1.ReviewDocumentResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReviewDocumentResponse.BuilderImplements
ReviewDocumentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
build()
public ReviewDocumentResponse build()| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse | 
        |
buildPartial()
public ReviewDocumentResponse buildPartial()| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse | 
        |
clear()
public ReviewDocumentResponse.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public ReviewDocumentResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
clearGcsDestination()
public ReviewDocumentResponse.Builder clearGcsDestination()The Cloud Storage uri for the human reviewed document if the review is succeeded.
 string gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ReviewDocumentResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
clearRejectionReason()
public ReviewDocumentResponse.Builder clearRejectionReason()The reason why the review is rejected by reviewer.
 string rejection_reason = 3;
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
clearState()
public ReviewDocumentResponse.Builder clearState()The state of the review operation.
 .google.cloud.documentai.v1.ReviewDocumentResponse.State state = 2;
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
clone()
public ReviewDocumentResponse.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
getDefaultInstanceForType()
public ReviewDocumentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
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.  | 
      
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.  | 
      
getState()
public ReviewDocumentResponse.State getState()The state of the review operation.
 .google.cloud.documentai.v1.ReviewDocumentResponse.State state = 2;
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()The state of the review operation.
 .google.cloud.documentai.v1.ReviewDocumentResponse.State state = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(ReviewDocumentResponse other)
public ReviewDocumentResponse.Builder mergeFrom(ReviewDocumentResponse other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ReviewDocumentResponse | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReviewDocumentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ReviewDocumentResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
setGcsDestination(String value)
public ReviewDocumentResponse.Builder setGcsDestination(String value)The Cloud Storage uri for the human reviewed document if the review is succeeded.
 string gcs_destination = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe gcsDestination to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setGcsDestinationBytes(ByteString value)
public ReviewDocumentResponse.Builder setGcsDestinationBytes(ByteString value)The Cloud Storage uri for the human reviewed document if the review is succeeded.
 string gcs_destination = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for gcsDestination to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setRejectionReason(String value)
public ReviewDocumentResponse.Builder setRejectionReason(String value)The reason why the review is rejected by reviewer.
 string rejection_reason = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe rejectionReason to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setRejectionReasonBytes(ByteString value)
public ReviewDocumentResponse.Builder setRejectionReasonBytes(ByteString value)The reason why the review is rejected by reviewer.
 string rejection_reason = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for rejectionReason to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReviewDocumentResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |
setState(ReviewDocumentResponse.State value)
public ReviewDocumentResponse.Builder setState(ReviewDocumentResponse.State value)The state of the review operation.
 .google.cloud.documentai.v1.ReviewDocumentResponse.State state = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ReviewDocumentResponse.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public ReviewDocumentResponse.Builder setStateValue(int value)The state of the review operation.
 .google.cloud.documentai.v1.ReviewDocumentResponse.State state = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ReviewDocumentResponse.Builder | 
        |