- 2.57.0 (latest)
- 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 ReviewDocumentOperationMetadataOrBuilder
The long running operation metadata for review document 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()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
build()
public ReviewDocumentOperationMetadata build()
Type | Description |
ReviewDocumentOperationMetadata |
buildPartial()
public ReviewDocumentOperationMetadata buildPartial()
Type | Description |
ReviewDocumentOperationMetadata |
clear()
public ReviewDocumentOperationMetadata.Builder clear()
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;
Type | Description |
ReviewDocumentOperationMetadata.Builder |
clearCreateTime()
public ReviewDocumentOperationMetadata.Builder clearCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
ReviewDocumentOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReviewDocumentOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReviewDocumentOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
clearQuestionId()
public ReviewDocumentOperationMetadata.Builder clearQuestionId()
The Crowd Compute question ID.
string question_id = 6;
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;
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;
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;
Type | Description |
ReviewDocumentOperationMetadata.Builder |
clone()
public ReviewDocumentOperationMetadata.Builder clone()
Type | Description |
ReviewDocumentOperationMetadata.Builder |
getCommonMetadata()
public CommonOperationMetadata getCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
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;
Type | Description |
CommonOperationMetadata.Builder |
getCommonMetadataOrBuilder()
public CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
Type | Description |
CommonOperationMetadataOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public ReviewDocumentOperationMetadata getDefaultInstanceForType()
Type | Description |
ReviewDocumentOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getQuestionId()
public String getQuestionId()
The Crowd Compute question ID.
string question_id = 6;
Type | Description |
String | The questionId. |
getQuestionIdBytes()
public ByteString getQuestionIdBytes()
The Crowd Compute question ID.
string question_id = 6;
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;
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;
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;
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;
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;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;
Type | Description |
TimestampOrBuilder |
hasCommonMetadata()
public boolean hasCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;
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;
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;
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
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;
Name | Description |
value | CommonOperationMetadata |
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;
Name | Description |
value | Timestamp |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
mergeFrom(ReviewDocumentOperationMetadata other)
public ReviewDocumentOperationMetadata.Builder mergeFrom(ReviewDocumentOperationMetadata other)
Name | Description |
other | ReviewDocumentOperationMetadata |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReviewDocumentOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReviewDocumentOperationMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
value | CommonOperationMetadata |
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;
Name | Description |
builderForValue | CommonOperationMetadata.Builder |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReviewDocumentOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReviewDocumentOperationMetadata.Builder |
setQuestionId(String value)
public ReviewDocumentOperationMetadata.Builder setQuestionId(String value)
The Crowd Compute question ID.
string question_id = 6;
Name | Description |
value | String The questionId to set. |
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;
Name | Description |
value | ByteString The bytes for questionId to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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;
Name | Description |
value | ReviewDocumentOperationMetadata.State The state to set. |
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;
Name | Description |
value | String The stateMessage to set. |
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;
Name | Description |
value | ByteString The bytes for stateMessage to set. |
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;
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
ReviewDocumentOperationMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReviewDocumentOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ReviewDocumentOperationMetadata.Builder |