- 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 ReviewDocumentOperationMetadata.Builder extends GeneratedMessageV3.Builder<ReviewDocumentOperationMetadata.Builder> implements ReviewDocumentOperationMetadataOrBuilderThe long-running operation metadata for the ReviewDocument method.
 Protobuf type google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReviewDocumentOperationMetadata.BuilderImplements
ReviewDocumentOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
build()
public ReviewDocumentOperationMetadata build()| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata | |
buildPartial()
public ReviewDocumentOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata | |
clear()
public ReviewDocumentOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clearCommonMetadata()
public ReviewDocumentOperationMetadata.Builder clearCommonMetadata()The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clearCreateTime()
public ReviewDocumentOperationMetadata.Builder clearCreateTime()The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ReviewDocumentOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReviewDocumentOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clearQuestionId()
public ReviewDocumentOperationMetadata.Builder clearQuestionId()The Crowd Compute question ID.
 string question_id = 6;
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
clearState()
public ReviewDocumentOperationMetadata.Builder clearState()Used only when Operation.done is false.
 .google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
clearStateMessage()
public ReviewDocumentOperationMetadata.Builder clearStateMessage()A message providing more details about the current state of processing. For example, the error message if the operation is failed.
 string state_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
clearUpdateTime()
public ReviewDocumentOperationMetadata.Builder clearUpdateTime()The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
clone()
public ReviewDocumentOperationMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
getCommonMetadata()
public CommonOperationMetadata getCommonMetadata()The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
| CommonOperationMetadata | The commonMetadata. | 
getCommonMetadataBuilder()
public CommonOperationMetadata.Builder getCommonMetadataBuilder()The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
| CommonOperationMetadata.Builder | |
getCommonMetadataOrBuilder()
public CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
| CommonOperationMetadataOrBuilder | |
getCreateTime()
public Timestamp getCreateTime()The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDefaultInstanceForType()
public ReviewDocumentOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getQuestionId()
public String getQuestionId()The Crowd Compute question ID.
 string question_id = 6;
| Returns | |
|---|---|
| Type | Description | 
| String | The questionId. | 
getQuestionIdBytes()
public ByteString getQuestionIdBytes()The Crowd Compute question ID.
 string question_id = 6;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for questionId. | 
getState()
public ReviewDocumentOperationMetadata.State getState()Used only when Operation.done is false.
 .google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.State | The state. | 
getStateMessage()
public String getStateMessage()A message providing more details about the current state of processing. For example, the error message if the operation is failed.
 string state_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The stateMessage. | 
getStateMessageBytes()
public ByteString getStateMessageBytes()A message providing more details about the current state of processing. For example, the error message if the operation is failed.
 string state_message = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for stateMessage. | 
getStateValue()
public int getStateValue()Used only when Operation.done is false.
 .google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getUpdateTime()
public Timestamp getUpdateTime()The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCommonMetadata()
public boolean hasCommonMetadata()The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the commonMetadata field is set. | 
hasCreateTime()
public boolean hasCreateTime()The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasUpdateTime()
public boolean hasUpdateTime()The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeCommonMetadata(CommonOperationMetadata value)
public ReviewDocumentOperationMetadata.Builder mergeCommonMetadata(CommonOperationMetadata value)The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | CommonOperationMetadata | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
mergeCreateTime(Timestamp value)
public ReviewDocumentOperationMetadata.Builder mergeCreateTime(Timestamp value)The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
mergeFrom(ReviewDocumentOperationMetadata other)
public ReviewDocumentOperationMetadata.Builder mergeFrom(ReviewDocumentOperationMetadata other)| Parameter | |
|---|---|
| Name | Description | 
| other | ReviewDocumentOperationMetadata | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReviewDocumentOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ReviewDocumentOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
mergeUpdateTime(Timestamp value)
public ReviewDocumentOperationMetadata.Builder mergeUpdateTime(Timestamp value)The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setCommonMetadata(CommonOperationMetadata value)
public ReviewDocumentOperationMetadata.Builder setCommonMetadata(CommonOperationMetadata value)The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | CommonOperationMetadata | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setCommonMetadata(CommonOperationMetadata.Builder builderForValue)
public ReviewDocumentOperationMetadata.Builder setCommonMetadata(CommonOperationMetadata.Builder builderForValue)The basic metadata of the long-running operation.
 .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | CommonOperationMetadata.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setCreateTime(Timestamp value)
public ReviewDocumentOperationMetadata.Builder setCreateTime(Timestamp value)The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setCreateTime(Timestamp.Builder builderForValue)
public ReviewDocumentOperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)The creation time of the operation.
 .google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setQuestionId(String value)
public ReviewDocumentOperationMetadata.Builder setQuestionId(String value)The Crowd Compute question ID.
 string question_id = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe questionId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setQuestionIdBytes(ByteString value)
public ReviewDocumentOperationMetadata.Builder setQuestionIdBytes(ByteString value)The Crowd Compute question ID.
 string question_id = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for questionId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReviewDocumentOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setState(ReviewDocumentOperationMetadata.State value)
public ReviewDocumentOperationMetadata.Builder setState(ReviewDocumentOperationMetadata.State value)Used only when Operation.done is false.
 .google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ReviewDocumentOperationMetadata.StateThe state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setStateMessage(String value)
public ReviewDocumentOperationMetadata.Builder setStateMessage(String value)A message providing more details about the current state of processing. For example, the error message if the operation is failed.
 string state_message = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe stateMessage to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setStateMessageBytes(ByteString value)
public ReviewDocumentOperationMetadata.Builder setStateMessageBytes(ByteString value)A message providing more details about the current state of processing. For example, the error message if the operation is failed.
 string state_message = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for stateMessage to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setStateValue(int value)
public ReviewDocumentOperationMetadata.Builder setStateValue(int value)Used only when Operation.done is false.
 .google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setUpdateTime(Timestamp value)
public ReviewDocumentOperationMetadata.Builder setUpdateTime(Timestamp value)The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |
setUpdateTime(Timestamp.Builder builderForValue)
public ReviewDocumentOperationMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)The last update time of the operation.
 .google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ReviewDocumentOperationMetadata.Builder | |