Class HumanReviewStatus.Builder (2.4.3)

public static final class HumanReviewStatus.Builder extends GeneratedMessageV3.Builder<HumanReviewStatus.Builder> implements HumanReviewStatusOrBuilder

The status of human review on a processed document.

Protobuf type google.cloud.documentai.v1.HumanReviewStatus

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HumanReviewStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

build()

public HumanReviewStatus build()
Returns
TypeDescription
HumanReviewStatus

buildPartial()

public HumanReviewStatus buildPartial()
Returns
TypeDescription
HumanReviewStatus

clear()

public HumanReviewStatus.Builder clear()
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public HumanReviewStatus.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

clearHumanReviewOperation()

public HumanReviewStatus.Builder clearHumanReviewOperation()

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

string human_review_operation = 3;

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public HumanReviewStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

clearState()

public HumanReviewStatus.Builder clearState()

The state of human review on the processing request.

.google.cloud.documentai.v1.HumanReviewStatus.State state = 1;

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

clearStateMessage()

public HumanReviewStatus.Builder clearStateMessage()

A message providing more details about the human review state.

string state_message = 2;

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

clone()

public HumanReviewStatus.Builder clone()
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

getDefaultInstanceForType()

public HumanReviewStatus getDefaultInstanceForType()
Returns
TypeDescription
HumanReviewStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHumanReviewOperation()

public String getHumanReviewOperation()

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

string human_review_operation = 3;

Returns
TypeDescription
String

The humanReviewOperation.

getHumanReviewOperationBytes()

public ByteString getHumanReviewOperationBytes()

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

string human_review_operation = 3;

Returns
TypeDescription
ByteString

The bytes for humanReviewOperation.

getState()

public HumanReviewStatus.State getState()

The state of human review on the processing request.

.google.cloud.documentai.v1.HumanReviewStatus.State state = 1;

Returns
TypeDescription
HumanReviewStatus.State

The state.

getStateMessage()

public String getStateMessage()

A message providing more details about the human review state.

string state_message = 2;

Returns
TypeDescription
String

The stateMessage.

getStateMessageBytes()

public ByteString getStateMessageBytes()

A message providing more details about the human review state.

string state_message = 2;

Returns
TypeDescription
ByteString

The bytes for stateMessage.

getStateValue()

public int getStateValue()

The state of human review on the processing request.

.google.cloud.documentai.v1.HumanReviewStatus.State state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(HumanReviewStatus other)

public HumanReviewStatus.Builder mergeFrom(HumanReviewStatus other)
Parameter
NameDescription
otherHumanReviewStatus
Returns
TypeDescription
HumanReviewStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public HumanReviewStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public HumanReviewStatus.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HumanReviewStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public HumanReviewStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

setHumanReviewOperation(String value)

public HumanReviewStatus.Builder setHumanReviewOperation(String value)

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

string human_review_operation = 3;

Parameter
NameDescription
valueString

The humanReviewOperation to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setHumanReviewOperationBytes(ByteString value)

public HumanReviewStatus.Builder setHumanReviewOperationBytes(ByteString value)

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

string human_review_operation = 3;

Parameter
NameDescription
valueByteString

The bytes for humanReviewOperation to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public HumanReviewStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides

setState(HumanReviewStatus.State value)

public HumanReviewStatus.Builder setState(HumanReviewStatus.State value)

The state of human review on the processing request.

.google.cloud.documentai.v1.HumanReviewStatus.State state = 1;

Parameter
NameDescription
valueHumanReviewStatus.State

The state to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setStateMessage(String value)

public HumanReviewStatus.Builder setStateMessage(String value)

A message providing more details about the human review state.

string state_message = 2;

Parameter
NameDescription
valueString

The stateMessage to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setStateMessageBytes(ByteString value)

public HumanReviewStatus.Builder setStateMessageBytes(ByteString value)

A message providing more details about the human review state.

string state_message = 2;

Parameter
NameDescription
valueByteString

The bytes for stateMessage to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setStateValue(int value)

public HumanReviewStatus.Builder setStateValue(int value)

The state of human review on the processing request.

.google.cloud.documentai.v1.HumanReviewStatus.State state = 1;

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
HumanReviewStatus.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final HumanReviewStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
HumanReviewStatus.Builder
Overrides