Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata.
The long running operation metadata for review document method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#common_metadata
def common_metadata() -> ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Returns
- (::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata) — The basic metadata of the long running operation.
#common_metadata=
def common_metadata=(value) -> ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata) — The basic metadata of the long running operation.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata) — The basic metadata of the long running operation.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The creation time of the operation.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The creation time of the operation.
Returns
- (::Google::Protobuf::Timestamp) — The creation time of the operation.
#question_id
def question_id() -> ::String
Returns
- (::String) — The Crowd Compute question ID.
#question_id=
def question_id=(value) -> ::String
Parameter
- value (::String) — The Crowd Compute question ID.
Returns
- (::String) — The Crowd Compute question ID.
#state
def state() -> ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State) — Used only when Operation.done is false.
#state=
def state=(value) -> ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State) — Used only when Operation.done is false.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State) — Used only when Operation.done is false.
#state_message
def state_message() -> ::String
Returns
- (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
#state_message=
def state_message=(value) -> ::String
Parameter
- value (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
Returns
- (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The last update time of the operation.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The last update time of the operation.
Returns
- (::Google::Protobuf::Timestamp) — The last update time of the operation.