google-apis-documentai_v1 0.79.0 → 0.80.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: 627b72020439525d7e211e54670a99d4b7439f1d82e685f67d2df82e3325bd13
4
- data.tar.gz: '048661b972d9cbeac1242f488143949bdad0c7531e49a300413862147cb71647'
3
+ metadata.gz: fbd5ac2d652d216c3c36f28595d73a56164b7c9c615442e831011f2a715d9b18
4
+ data.tar.gz: 0b1f4b02dc88b1d56e472c251e54638c03fc97ab839faf7510b988ba7ecac3a4
5
5
  SHA512:
6
- metadata.gz: 637dd6234cfdfeab3df08351f284c2a0c631a8b8481fed4616f952d60b5b00df6310f5938cb9a113fa9d74a8b237c57aad9e18b49100e31487d6c1889d25f904
7
- data.tar.gz: d6677c1e374b050e055fe1d3712705bfd1c630730490028f29f727a446fc8bff86199cf2f5258c1f39e3f1aad88a6fa6cfa0b41dade6f17e0805e089ebc27243
6
+ metadata.gz: f0e6391f93f4bd855f62178651480ec902a6791fa85b061db3bdd56f5dc9d8f1b71c8274c1739749e3acbbed4f9cbffe1083a112b37744085719c596180593c5
7
+ data.tar.gz: 5cc7f74e3a3ea24bbb45a59b459d4d989cb2cb34cb08aa6e11b8ff8e1a08083f041c2aa3905963e498599621c3fb60485749139fb35b7be37b642b7f443869b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.80.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240126
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.79.0 (2024-01-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20240118
@@ -1576,8 +1576,8 @@ module Google
1576
1576
  attr_accessor :input_documents
1577
1577
 
1578
1578
  # Optional. The labels with user-defined metadata for the request. Label keys
1579
- # and values can be no longer than 63 characters (Unicode codepoints), can only
1580
- # contain lowercase letters, numeric characters, underscores and dashes.
1579
+ # and values can be no longer than 63 characters (Unicode codepoints) and can
1580
+ # only contain lowercase letters, numeric characters, underscores, and dashes.
1581
1581
  # International characters are allowed. Label values are optional. Label keys
1582
1582
  # must start with a letter.
1583
1583
  # Corresponds to the JSON property `labels`
@@ -4747,8 +4747,8 @@ module Google
4747
4747
  attr_accessor :inline_document
4748
4748
 
4749
4749
  # Optional. The labels with user-defined metadata for the request. Label keys
4750
- # and values can be no longer than 63 characters (Unicode codepoints), can only
4751
- # contain lowercase letters, numeric characters, underscores and dashes.
4750
+ # and values can be no longer than 63 characters (Unicode codepoints) and can
4751
+ # only contain lowercase letters, numeric characters, underscores, and dashes.
4752
4752
  # International characters are allowed. Label values are optional. Label keys
4753
4753
  # must start with a letter.
4754
4754
  # Corresponds to the JSON property `labels`
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.80.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.80.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: []