google-apis-documentai_v1beta3 0.88.0 → 0.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7c8e2899c8f298f7cbc377588022ae70641d04a9a4d76f0358a0ad17cb5807e
4
- data.tar.gz: 1ecac5caaf15beaa647a970d5cea18c5bc899c0ec63acf8ff8532213ccdf0b18
3
+ metadata.gz: 7ed366b8fbb6af7f930ba02b68b0c8d248fd68f15a7153c380c81e1c8dcd55fa
4
+ data.tar.gz: 60d7c768c777dc65f9e8eecf455daed921927c0a713c0d30fb63fd9a484f7dc1
5
5
  SHA512:
6
- metadata.gz: 8835c0f3c9ca26e86583df32bdf5c9c4fc86a483a9a4410c64cd2513c277af628d5da48ece7aa338626b2ade8a675e66e980aac8772f3b4e3156a055c8e57632
7
- data.tar.gz: df26ef2f86c492f8c1d91b325fd74fad4d0f6b9866ddd82a950bc7a7d904565551fff0f906b82a5f5ff760c0156b7ea1ed5b038ae6522abe91e8cb0dc66542c2
6
+ metadata.gz: d1e9aaba3b488c9331fe026266c7548ab79ad72b51379bf14c335db74e39abcc8c551e42c68c0087adba97aa0f73aa091ca4917ffa5f82f14fc0ccc2a2d971e3
7
+ data.tar.gz: dc2d7ec6e58979c3614be6f80eff2ede5ae405d69be76cfcda4bd5fca4004f584b7b6634eafef578dac0e9e80350632abafe3c2164500b4d3edcc1c9e0fc693d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.89.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240126
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.88.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240118
@@ -6567,8 +6567,8 @@ module Google
6567
6567
  attr_accessor :input_documents
6568
6568
 
6569
6569
  # Optional. The labels with user-defined metadata for the request. Label keys
6570
- # and values can be no longer than 63 characters (Unicode codepoints), can only
6571
- # contain lowercase letters, numeric characters, underscores and dashes.
6570
+ # and values can be no longer than 63 characters (Unicode codepoints) and can
6571
+ # only contain lowercase letters, numeric characters, underscores, and dashes.
6572
6572
  # International characters are allowed. Label values are optional. Label keys
6573
6573
  # must start with a letter.
6574
6574
  # Corresponds to the JSON property `labels`
@@ -10530,8 +10530,8 @@ module Google
10530
10530
  attr_accessor :inline_document
10531
10531
 
10532
10532
  # Optional. The labels with user-defined metadata for the request. Label keys
10533
- # and values can be no longer than 63 characters (Unicode codepoints), can only
10534
- # contain lowercase letters, numeric characters, underscores and dashes.
10533
+ # and values can be no longer than 63 characters (Unicode codepoints) and can
10534
+ # only contain lowercase letters, numeric characters, underscores, and dashes.
10535
10535
  # International characters are allowed. Label values are optional. Label keys
10536
10536
  # must start with a letter.
10537
10537
  # Corresponds to the JSON property `labels`
@@ -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.88.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
25
+ REVISION = "20240126"
26
26
  end
27
27
  end
28
28
  end
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.88.0
4
+ version: 0.89.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-04 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.88.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.89.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: []