Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
 
- 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
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.
| 472 473 474 | # File 'lib/google/apis/documentai_v1/classes.rb', line 472 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
| 470 471 472 | # File 'lib/google/apis/documentai_v1/classes.rb', line 470 def gcs_uri @gcs_uri end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 477 478 479 | # File 'lib/google/apis/documentai_v1/classes.rb', line 477 def update!(**args) @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri) end |