Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_uriString

The Cloud Storage URI containing the output artifacts. Corresponds to the JSON property gcsUri

Returns:

  • (String)


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