Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1/classes.rb,
lib/google/apis/documentai_v1/representations.rb,
lib/google/apis/documentai_v1/representations.rb
Overview
The long-running operation metadata for the UndeployProcessorVersion method.
Instance Attribute Summary collapse
-
#common_metadata ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
The common metadata for long running operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
constructor
A new instance of GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
Returns a new instance of GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata.
1326 1327 1328 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 1326 def initialize(**args) update!(**args) end |
Instance Attribute Details
#common_metadata ⇒ Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
The common metadata for long running operations.
Corresponds to the JSON property commonMetadata
1324 1325 1326 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 1324 def @common_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1331 1332 1333 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 1331 def update!(**args) @common_metadata = args[:common_metadata] if args.key?(:common_metadata) end |