Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsPrefix

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

Specifies all documents on Cloud Storage with a common prefix.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3GcsPrefix

Returns a new instance of GoogleCloudDocumentaiV1beta3GcsPrefix.



5920
5921
5922
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5920

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

Instance Attribute Details

#gcs_uri_prefixString

The URI prefix. Corresponds to the JSON property gcsUriPrefix

Returns:

  • (String)


5918
5919
5920
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5918

def gcs_uri_prefix
  @gcs_uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5925
5926
5927
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5925

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