google-apis-documentai_v1 0.43.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 360c58d4ea3c60d328dfb7a63c4e6b9e737e58188d68f797174adf6d31bac042
4
- data.tar.gz: de5c0e1aa51e95990dedd9c2c8b1e730f94cd93a9f47c5ee35c49b5fab02c9a3
3
+ metadata.gz: d1e039c9ce406332c9c57eb3f3bb03749f3b7f7ed077de4f6f7760898dc68042
4
+ data.tar.gz: fd857f81b25d0e3c738a316b751710801107f388b7928fff60488530650b42a0
5
5
  SHA512:
6
- metadata.gz: cc6817642170e179db82066f07d6788649b72e57089271e1ec27dfa79ec65018bafd387337ba313657eba6feb2edb43d0395d59d53f68a0e233a0718a55b6942
7
- data.tar.gz: 1a2036bde0e00e97637f7c447370f2998f0956f7703ccb8103f1955a081a49e31dbb582f631c2683558c4fd1463e67a383a5efebde14867c70dec6bad594881e
6
+ metadata.gz: ce95fcb209f958d1a3e709b6b1c0fd38dfc6ba7150ae002406f3f276be19d5c67294b4e079ad0983eb68f6fa234c4a3f9abb9c42612230b47799a43f62fbad8d
7
+ data.tar.gz: 9b4723dc1ce77205cd8b17dc2000ff1ca0eb5f84562af67906d0b50f683fb75e652ad38432d72854bc4d3ae927cf601c5b1f19a58bb572fb18e935c384ba6378
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.44.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+
3
7
  ### v0.43.0 (2022-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220720
@@ -2789,6 +2789,14 @@ module Google
2789
2789
  attr_accessor :prefixed_naming_on_properties
2790
2790
  alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
2791
2791
 
2792
+ # If set, we will skip the naming format validation in the schema. So the string
2793
+ # values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.
2794
+ # Property.name` will not be checked.
2795
+ # Corresponds to the JSON property `skipNamingValidation`
2796
+ # @return [Boolean]
2797
+ attr_accessor :skip_naming_validation
2798
+ alias_method :skip_naming_validation?, :skip_naming_validation
2799
+
2792
2800
  def initialize(**args)
2793
2801
  update!(**args)
2794
2802
  end
@@ -2798,6 +2806,7 @@ module Google
2798
2806
  @document_allow_multiple_labels = args[:document_allow_multiple_labels] if args.key?(:document_allow_multiple_labels)
2799
2807
  @document_splitter = args[:document_splitter] if args.key?(:document_splitter)
2800
2808
  @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
2809
+ @skip_naming_validation = args[:skip_naming_validation] if args.key?(:skip_naming_validation)
2801
2810
  end
2802
2811
  end
2803
2812
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220720"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
@@ -2438,6 +2438,7 @@ module Google
2438
2438
  property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
2439
2439
  property :document_splitter, as: 'documentSplitter'
2440
2440
  property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
2441
+ property :skip_naming_validation, as: 'skipNamingValidation'
2441
2442
  end
2442
2443
  end
2443
2444
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []