Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsPrefix

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

Overview

Specifies all documents on Cloud Storage with a common prefix.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1GcsPrefix

Returns a new instance of GoogleCloudDocumentaiV1GcsPrefix.

[View source]

4360
4361
4362
# File 'lib/google/apis/documentai_v1/classes.rb', line 4360

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_uri_prefixString

The URI prefix. Corresponds to the JSON property gcsUriPrefix

Returns:

  • (String)

4358
4359
4360
# File 'lib/google/apis/documentai_v1/classes.rb', line 4358

def gcs_uri_prefix
  @gcs_uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

4365
4366
4367
# File 'lib/google/apis/documentai_v1/classes.rb', line 4365

def update!(**args)
  @gcs_uri_prefix = args[:gcs_uri_prefix] if args.key?(:gcs_uri_prefix)
end