google-apis-documentai_v1beta3 0.6.0 → 0.7.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: 5991972d74d9567b87ac2a60a2b51eba46c2e3944fb3c1854cde9c745b77c1e4
4
- data.tar.gz: 2a00766961cdf9998d7bcdb79eae5f376422f0a5207abcbb02b04129fe8b62ca
3
+ metadata.gz: 782356333b965be82cf19edb3077d5cf58a3d4e6f05e2faebdfa0205b6a98328
4
+ data.tar.gz: 50d2aac50fa4a6f1b74c6751b5dd32216764e93e76db178e8f641fafd25bfc45
5
5
  SHA512:
6
- metadata.gz: 4022e2a723fc9659dd61c48414d92633a2184af7ffdaef561d9f6821fd4eb709b6997f6fadc5a8b7b18af86a0f42572d63c0f64fc4cd06153b4488b31cd1db92
7
- data.tar.gz: 1707b1a4947e1f9c50611bc1bae3168050df8ab7ccfb96d183f1e1690dc17dd4f0bd35fc58b25d8d5e31b9ca21532a83b41481469e77c3b5785f127b1dee656a
6
+ metadata.gz: 7f3c83c131238fe83290a716450a5f32aa6f01653ba9cd74c50f3b446b321de9da73a1c6dbb0d361b77701fae4da999a2cf3d50c2d92a26f2adbdcb59e5b0da1
7
+ data.tar.gz: 657769597637b094fa66f93dbe4debcae842bafca1ebe8fbcc79f2acbf8d8be32b7ddca1c196f805be7ddcdf956df311b5a14728c4483476eb7eef4715fa54e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.7.0 (2021-03-16)
4
+
5
+ * Regenerated from discovery document revision 20210312
6
+
3
7
  ### v0.6.0 (2021-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210308
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210308"
25
+ REVISION = "20210312"
26
26
  end
27
27
  end
28
28
  end
@@ -85,11 +85,15 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [String] filter
88
- # The standard list filter.
88
+ # A filter to narrow down results to a preferred subset. The filtering language
89
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
90
+ # AIP-160](https://google.aip.dev/160).
89
91
  # @param [Fixnum] page_size
90
- # The standard list page size.
92
+ # The maximum number of results to return. If not set, the service will select a
93
+ # default.
91
94
  # @param [String] page_token
92
- # The standard list page token.
95
+ # A page token received from the `next_page_token` field in the response. Send
96
+ # that page token to receive the subsequent page.
93
97
  # @param [String] fields
94
98
  # Selector specifying which fields to include in a partial response.
95
99
  # @param [String] quota_user
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.6.0
4
+ version: 0.7.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
57
57
  post_install_message:
58
58
  rdoc_options: []