Class: Google::Cloud::DocumentAI::V1beta3::UndeployProcessorVersionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::UndeployProcessorVersionMetadata
- 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 UndeployProcessorVersion method.
Instance Attribute Summary collapse
-
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
The basic metadata of the long-running operation.
Instance Attribute Details
#common_metadata ⇒ ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Returns The basic metadata of the long-running operation.
532 533 534 535 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 532 class UndeployProcessorVersionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |