google-apis-documentai_v1 0.18.0 → 0.19.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: b384c74a0f6a6d9fe75e301fc892d4b50279597791b06038ac133ae04d67d6fa
4
- data.tar.gz: daa1ffed7aafbdfabec8573542c2c0e5f59b6c8ea8f23c0b6954d199dfc095d9
3
+ metadata.gz: 80ffc1c36060c52c35eb89799ca6f34a327b39e4349321a415b2e499de6d02a5
4
+ data.tar.gz: 1de6fb2a3b72e84347f82507a912de6da692695af143e9660133a83e9f05ac9e
5
5
  SHA512:
6
- metadata.gz: 9eb043a6790dc0c53df7b0ccc12110a92247c6c9ee5ac879b8b31feafd6e1bdd1a0365e1096ea33c966322c4de42ce80a03393e86b5d2075075daf2217e8ef45
7
- data.tar.gz: 6f20af1fc0803fa285af7aa23e8b5b926a2801184d94ad99248b87f719c9630e85fcfb17ee1efa6b84b893308893fb094d4574356f756fc4a9e2ba037b1bcc8f
6
+ metadata.gz: '0292d032ecaf434f48b512f5d10580674f74d966c7a0041ef541ee5774f24e5ea3d1f1fb009f3c94c58470c088b86426d5460817fd4faaa83df835b1e34fb118'
7
+ data.tar.gz: bf6b4137218f7be798a5aba934a5057ba83d8a062290e3af5f954636c1cebd2fc86ca998485a9190ec0b13ae4a5daacbfe836914b38bde3e4a0eceaf2f5c515a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.19.0 (2021-10-14)
4
+
5
+ * Regenerated from discovery document revision 20211012
6
+
3
7
  ### v0.18.0 (2021-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20211002
@@ -3251,7 +3251,19 @@ module Google
3251
3251
  # @return [String]
3252
3252
  attr_accessor :source
3253
3253
 
3254
- # Name of the type. It must be unique within the set of same level types.
3254
+ # Name of the type. It must satisfy the following constraints: 1. Must be unique
3255
+ # within the set of same level types (with case-insensitive match). 2. Maximum
3256
+ # 50 characters. 3. Must start with a letter. 4. Allowed characters: ASCII
3257
+ # letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation
3258
+ # characters: * underscore '_' (recommended) * hyphen '-' (allowed, not
3259
+ # recommended) * colon ':' (allowed, not recommended) NOTE: Whitespace
3260
+ # characters are not allowed. 5. Cannot end with a punctuation character. 6.
3261
+ # Cannot contain the following restricted strings: "google", "DocumentAI" (case-
3262
+ # insensitive match). 7. A slash character '/' is reserved as a separator in
3263
+ # flattened representations of nested entity types (e.g., "line_item/amount") in
3264
+ # which case each part (e.g., "line_item", "amount") must comply with the rules
3265
+ # defined above. We recommend using the snake case ("snake_case") in entity type
3266
+ # names.
3255
3267
  # Corresponds to the JSON property `type`
3256
3268
  # @return [String]
3257
3269
  attr_accessor :type
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211002"
25
+ REVISION = "20211012"
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.18.0
4
+ version: 0.19.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []