Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix
- 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
Specifies all documents on Cloud Storage with a common prefix.
Instance Attribute Summary collapse
-
#gcs_uri_prefix ⇒ String
The URI prefix.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1GcsPrefix
constructor
A new instance of GoogleCloudDocumentaiV1GcsPrefix.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1GcsPrefix
Returns a new instance of GoogleCloudDocumentaiV1GcsPrefix.
4776 4777 4778 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4776 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_uri_prefix ⇒ String
The URI prefix.
Corresponds to the JSON property gcsUriPrefix
4774 4775 4776 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4774 def gcs_uri_prefix @gcs_uri_prefix end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4781 4782 4783 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4781 def update!(**args) @gcs_uri_prefix = args[:gcs_uri_prefix] if args.key?(:gcs_uri_prefix) end |