class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1GcsSource

The Google Cloud Storage location where the input file will be read from.

Attributes

uri[RW]

Corresponds to the JSON property `uri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 2563
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/documentai_v1beta3/classes.rb, line 2568
def update!(**args)
  @uri = args[:uri] if args.key?(:uri)
end