google-apis-documentai_v1 0.87.0 → 0.88.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: 5730461d1dd15c6f8c084dc45e4fadfb18fa35dad32aa2dbc94685bc7e4cd525
4
- data.tar.gz: 17d2351321aa39df228b99ff195a1bc396a8512b243fc7d3bde9dc2788261c45
3
+ metadata.gz: 18451549ba3d2769791a1070ce84395ba13dc12aa710c2be787780586df8c9e6
4
+ data.tar.gz: 3c69f4c557136d21864a18296f517b51c58cbb48e00e45ef404c692fdbf8646d
5
5
  SHA512:
6
- metadata.gz: 020bda3d9d374b32c4c106df4e92775ad1c7c896a60ff20f1c0a8dec080b3b3d70a7ebe76553b74202f52d2d5e93ef9736e685c1969b31a2c78accecdb010c0a
7
- data.tar.gz: 262edb1d291b7b887c5be95096172e5749aeb3fee53533597617067bca53100e79bcc0f37008d7f2602221b96f489d50f59930fb8f1fa792215542fb46d0c3cc
6
+ metadata.gz: a9c483c7db92e7fdcc8bbba6d8b674d6be21458fdfbbaeb6141dbfc2af9a78f02cb300d1dce0499379ced12190455111cb1a36dd81d706d8d20e84608e798d0f
7
+ data.tar.gz: e4fc90dca16df8584b76195c8d0955e2391b1f4fae3642e11282381d665a2f33ab599ed19ab6db1c7251ef9726933b82609a9976c000c9d2e5f640774ef85fb3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.88.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240615
6
+
3
7
  ### v0.87.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240531
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240531"
25
+ REVISION = "20240615"
26
26
  end
27
27
  end
28
28
  end
@@ -406,7 +406,10 @@ module Google
406
406
  end
407
407
 
408
408
  # Creates a processor from the ProcessorType provided. The processor will be at `
409
- # ENABLED` state by default after its creation.
409
+ # ENABLED` state by default after its creation. Note that this method requires
410
+ # the `documentai.processors.create` permission on the project, which is highly
411
+ # privileged. A user or service account with this permission can create new
412
+ # processors that can interact with any gcs bucket in your project.
410
413
  # @param [String] parent
411
414
  # Required. The parent (project and location) under which to create the
412
415
  # processor. Format: `projects/`project`/locations/`location``
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.87.0
4
+ version: 0.88.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-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.88.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: []