Class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3GcsPrefix
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3GcsPrefix
- 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
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) ⇒ GoogleCloudDocumentaiV1beta3GcsPrefix
constructor
A new instance of GoogleCloudDocumentaiV1beta3GcsPrefix.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3GcsPrefix
Returns a new instance of GoogleCloudDocumentaiV1beta3GcsPrefix.
7978 7979 7980 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 7978 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_uri_prefix ⇒ String
The URI prefix.
Corresponds to the JSON property gcsUriPrefix
7976 7977 7978 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 7976 def gcs_uri_prefix @gcs_uri_prefix end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7983 7984 7985 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 7983 def update!(**args) @gcs_uri_prefix = args[:gcs_uri_prefix] if args.key?(:gcs_uri_prefix) end |