Class: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
The long-running operation metadata for the ReviewDocument method.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
The basic metadata of the long-running operation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The creation time of the operation.
-
#question_id ⇒ ::String
The Crowd Compute question ID.
-
#state ⇒ ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State
Used only when Operation.done is false.
-
#state_message ⇒ ::String
A message providing more details about the current state of processing.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The last update time of the operation.
Instance Attribute Details
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Returns The basic metadata of the long-running operation.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The creation time of the operation.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |
#question_id ⇒ ::String
Returns The Crowd Compute question ID.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |
#state ⇒ ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentOperationMetadata::State
Returns Used only when Operation.done is false.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |
#state_message ⇒ ::String
Returns A message providing more details about the current state of processing. For example, the error message if the operation is failed.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The last update time of the operation.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1005 class ReviewDocumentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the long-running operation. module State # Unspecified state. STATE_UNSPECIFIED = 0 # Operation is still running. RUNNING = 1 # Operation is being cancelled. CANCELLING = 2 # Operation succeeded. SUCCEEDED = 3 # Operation failed. FAILED = 4 # Operation is cancelled. CANCELLED = 5 end end |