google-apis-documentai_v1beta3 0.25.0 → 0.26.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: b06b738fbcafaefa0df639f2054fced1dc390d6d1ce0db890cd05f19c6add3ea
4
- data.tar.gz: 24961cb4efcad1894fef6b11f15ef3f16498dab5a25ac994dddc9277f94818fc
3
+ metadata.gz: 2cb2ee2bccc701a73e88d16f580b3468a3ecc943131d3a0169008ecd02d0146f
4
+ data.tar.gz: 7a527f5e6c253881a61693fcccb8aebc40c81f8a62e40f1f028d11afc8eca353
5
5
  SHA512:
6
- metadata.gz: 802774759d8349b309a4238cbecba312150936550265fc764cedbc296aba9728cb8f9407333ac76fa60a56dd81850f94ad87c8c10b6b146d3e602dfa0ea9e8d5
7
- data.tar.gz: 73f28cde720109c2dc4cd74e2bf1f4598b72020e66aa813648e65507fce56c6d1f2fab39544a245e8c60b2567c5be9697977bdaaa1402a7a981174cc6845cb3d
6
+ metadata.gz: e6ce11a369ec5db9a310fc9aacbd65e70425642aafd42e9d4c76b4e3346df53035809b283751adbdac5d229bbfc584d823102bd0738ad283d9a8d32e7c499060
7
+ data.tar.gz: dc098011c447b76a0fc56452849b23cd14ee2e30753381a4e2850db7075ea7c8f151ff73eb10e388572714c07abde65a9dc61459e44d2ca9c279ca7f57ee456d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.26.0 (2021-10-14)
4
+
5
+ * Regenerated from discovery document revision 20211012
6
+
3
7
  ### v0.25.0 (2021-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20211002
@@ -7261,7 +7261,19 @@ module Google
7261
7261
  # @return [String]
7262
7262
  attr_accessor :source
7263
7263
 
7264
- # Name of the type. It must be unique within the set of same level types.
7264
+ # Name of the type. It must satisfy the following constraints: 1. Must be unique
7265
+ # within the set of same level types (with case-insensitive match). 2. Maximum
7266
+ # 50 characters. 3. Must start with a letter. 4. Allowed characters: ASCII
7267
+ # letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation
7268
+ # characters: * underscore '_' (recommended) * hyphen '-' (allowed, not
7269
+ # recommended) * colon ':' (allowed, not recommended) NOTE: Whitespace
7270
+ # characters are not allowed. 5. Cannot end with a punctuation character. 6.
7271
+ # Cannot contain the following restricted strings: "google", "DocumentAI" (case-
7272
+ # insensitive match). 7. A slash character '/' is reserved as a separator in
7273
+ # flattened representations of nested entity types (e.g., "line_item/amount") in
7274
+ # which case each part (e.g., "line_item", "amount") must comply with the rules
7275
+ # defined above. We recommend using the snake case ("snake_case") in entity type
7276
+ # names.
7265
7277
  # Corresponds to the JSON property `type`
7266
7278
  # @return [String]
7267
7279
  attr_accessor :type
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []