google-apis-documentai_v1beta3 0.97.0 → 0.98.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f0f5c6b1a0a144de4e6cbe157f34e45d82737256b66d3a6d96fd9f13538797d
|
4
|
+
data.tar.gz: eb9ec6730851ca6b54a130f170051ab29de95d10dfae892186f23ae5593e81b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 864282423373e753078c28c6649503549de09ea7218db06dcd08ffb69d8f65178be7a03e87e1c28720c06ef769793a86d5120fffceba587b2867044a34967c14
|
7
|
+
data.tar.gz: a02b8e2ebe99d4378867b3257109c26bad55f8ee2225a93d44d6382ca7c7e68c2bd936ca111690f7675b2549b7acc59780dc350702470d4f1a44fd3e2bc62b97
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.98.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 = "
|
25
|
+
REVISION = "20240615"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -373,7 +373,10 @@ module Google
|
|
373
373
|
end
|
374
374
|
|
375
375
|
# Creates a processor from the ProcessorType provided. The processor will be at `
|
376
|
-
# ENABLED` state by default after its creation.
|
376
|
+
# ENABLED` state by default after its creation. Note that this method requires
|
377
|
+
# the `documentai.processors.create` permission on the project, which is highly
|
378
|
+
# privileged. A user or service account with this permission can create new
|
379
|
+
# processors that can interact with any gcs bucket in your project.
|
377
380
|
# @param [String] parent
|
378
381
|
# Required. The parent (project and location) under which to create the
|
379
382
|
# processor. Format: `projects/`project`/locations/`location``
|
@@ -645,7 +648,10 @@ module Google
|
|
645
648
|
execute_or_queue_command(command, &block)
|
646
649
|
end
|
647
650
|
|
648
|
-
# Updates metadata associated with a dataset.
|
651
|
+
# Updates metadata associated with a dataset. Note that this method requires the
|
652
|
+
# `documentai.googleapis.com/datasets.update` permission on the project, which
|
653
|
+
# is highly privileged. A user or service account with this permission can
|
654
|
+
# create new processors that can interact with any gcs bucket in your project.
|
649
655
|
# @param [String] name
|
650
656
|
# Dataset resource name. Format: `projects/`project`/locations/`location`/
|
651
657
|
# processors/`processor`/dataset`
|
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.
|
4
|
+
version: 0.98.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-
|
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_v1beta3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.98.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|