Class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsSource
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1GcsSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1beta2/classes.rb,
lib/google/apis/documentai_v1beta2/representations.rb,
lib/google/apis/documentai_v1beta2/representations.rb
Overview
The Google Cloud Storage location where the input file will be read from.
Instance Attribute Summary collapse
-
#uri ⇒ String
Corresponds to the JSON property
uri
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1GcsSource
constructor
A new instance of GoogleCloudDocumentaiV1beta1GcsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1GcsSource
Returns a new instance of GoogleCloudDocumentaiV1beta1GcsSource.
4302 4303 4304 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 4302 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uri ⇒ String
Corresponds to the JSON property uri
4300 4301 4302 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 4300 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4307 4308 4309 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 4307 def update!(**args) @uri = args[:uri] if args.key?(:uri) end |