Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb
Overview
Response message associated with the ExportProcessorVersion operation.
Instance Attribute Summary collapse
-
#gcs_uri ⇒ String
The Cloud Storage URI containing the output artifacts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
constructor
A new instance of GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
Returns a new instance of GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse.
795 796 797 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 795 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_uri ⇒ String
The Cloud Storage URI containing the output artifacts.
Corresponds to the JSON property gcsUri
793 794 795 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 793 def gcs_uri @gcs_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
800 801 802 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 800 def update!(**args) @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri) end |