google-apis-documentai_v1beta3 0.51.0 → 0.52.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: f068b33e52840fe38988bb3a915d6cfae968da95b54a128a058bb956b374c942
4
- data.tar.gz: 735910b119b61f50f2d603725bfdbcf2c84ad42df85c4192eacf3c5a0549d7d2
3
+ metadata.gz: c49f002e23375d817801cedaefd6f223b6e4fbe354f5e9866984874eaf359cd0
4
+ data.tar.gz: 9ded1252a499d4f7fa2ce88561d522c8f8fccf331d2f4adc4567a1afd3f0f6ab
5
5
  SHA512:
6
- metadata.gz: 5eec68ad30d2b958c1dafee1c9891798fb59d20478a95031427bf3adf59d2950b4497593af60a32151bf8590f1c7b0362ce6082260c4b9eff0109a54ea12179f
7
- data.tar.gz: fc624326535ceda7204941ec0b9ecbdd991fe50f0cb81639a936adbef4bdbead433b7a75ce84ca4a638e6b9515ce3ce35b8e533bac7782a5a1552caf327ff7e3
6
+ metadata.gz: 7445bdbf74e2619eae0bcab90e3b6138e19a51a58c0202d38b1c53ce22565d9f6ec27ef52c5010bf3d1c361b591df0de3765695e5d90b1762783363c0a8ffc78
7
+ data.tar.gz: d384828b313ea4276476085ace30279ffc13c8fc65086f5f56573276f3da41d913b9fd1fd1d30f61304a0fc278cd7865f185a4adde9e82c7f8d637d43a29a69d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.52.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+
3
7
  ### v0.51.0 (2022-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220720
@@ -7074,6 +7074,14 @@ module Google
7074
7074
  attr_accessor :prefixed_naming_on_properties
7075
7075
  alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
7076
7076
 
7077
+ # If set, we will skip the naming format validation in the schema. So the string
7078
+ # values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.
7079
+ # Property.name` will not be checked.
7080
+ # Corresponds to the JSON property `skipNamingValidation`
7081
+ # @return [Boolean]
7082
+ attr_accessor :skip_naming_validation
7083
+ alias_method :skip_naming_validation?, :skip_naming_validation
7084
+
7077
7085
  def initialize(**args)
7078
7086
  update!(**args)
7079
7087
  end
@@ -7083,6 +7091,7 @@ module Google
7083
7091
  @document_allow_multiple_labels = args[:document_allow_multiple_labels] if args.key?(:document_allow_multiple_labels)
7084
7092
  @document_splitter = args[:document_splitter] if args.key?(:document_splitter)
7085
7093
  @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
7094
+ @skip_naming_validation = args[:skip_naming_validation] if args.key?(:skip_naming_validation)
7086
7095
  end
7087
7096
  end
7088
7097
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.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
@@ -3699,6 +3699,7 @@ module Google
3699
3699
  property :document_allow_multiple_labels, as: 'documentAllowMultipleLabels'
3700
3700
  property :document_splitter, as: 'documentSplitter'
3701
3701
  property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
3702
+ property :skip_naming_validation, as: 'skipNamingValidation'
3702
3703
  end
3703
3704
  end
3704
3705
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []