google-cloud-document_ai-v1 0.23.0 → 0.23.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/document_ai/v1/document_processor_service/client.rb +5 -1
- data/lib/google/cloud/document_ai/v1/document_processor_service/rest/client.rb +5 -1
- data/lib/google/cloud/document_ai/v1/version.rb +1 -1
- data/lib/google/cloud/documentai/v1/document_processor_service_services_pb.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d60d5de39759fc97a1d2e4ad5b11c62b67929ecb7c7a26c3d4d86a970234592c
|
4
|
+
data.tar.gz: 2310d38999e45ce7079b39e26e257ab90b2e3dcbc909bb05c304cdb4753ecfd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adf75f18046eec82c8a77f39ba90d9c1cd3789487f4ea86cd2a70b24e217d2d5811de7ce8943b9e71f7ace8f00b4ef076302dbd5ffbf039b733ce352a6a6658c
|
7
|
+
data.tar.gz: f00a2ccd8bb9c6c36e079c1434c88f1804a41fad66140d9fc0e85a621b216cbfeedb611aa5ea6f79f952748279feeef5dce4140872911eba0347d5ab00d1c22d
|
@@ -1491,7 +1491,11 @@ module Google
|
|
1491
1491
|
##
|
1492
1492
|
# Creates a processor from the
|
1493
1493
|
# {::Google::Cloud::DocumentAI::V1::ProcessorType ProcessorType} provided. The
|
1494
|
-
# processor will be at `ENABLED` state by default after its creation.
|
1494
|
+
# processor will be at `ENABLED` state by default after its creation. Note
|
1495
|
+
# that this method requires the `documentai.processors.create` permission on
|
1496
|
+
# the project, which is highly privileged. A user or service account with
|
1497
|
+
# this permission can create new processors that can interact with any gcs
|
1498
|
+
# bucket in your project.
|
1495
1499
|
#
|
1496
1500
|
# @overload create_processor(request, options = nil)
|
1497
1501
|
# Pass arguments to `create_processor` via a request object, either of type
|
@@ -1394,7 +1394,11 @@ module Google
|
|
1394
1394
|
##
|
1395
1395
|
# Creates a processor from the
|
1396
1396
|
# {::Google::Cloud::DocumentAI::V1::ProcessorType ProcessorType} provided. The
|
1397
|
-
# processor will be at `ENABLED` state by default after its creation.
|
1397
|
+
# processor will be at `ENABLED` state by default after its creation. Note
|
1398
|
+
# that this method requires the `documentai.processors.create` permission on
|
1399
|
+
# the project, which is highly privileged. A user or service account with
|
1400
|
+
# this permission can create new processors that can interact with any gcs
|
1401
|
+
# bucket in your project.
|
1398
1402
|
#
|
1399
1403
|
# @overload create_processor(request, options = nil)
|
1400
1404
|
# Pass arguments to `create_processor` via a request object, either of type
|
@@ -70,7 +70,11 @@ module Google
|
|
70
70
|
rpc :UndeployProcessorVersion, ::Google::Cloud::DocumentAI::V1::UndeployProcessorVersionRequest, ::Google::Longrunning::Operation
|
71
71
|
# Creates a processor from the
|
72
72
|
# [ProcessorType][google.cloud.documentai.v1.ProcessorType] provided. The
|
73
|
-
# processor will be at `ENABLED` state by default after its creation.
|
73
|
+
# processor will be at `ENABLED` state by default after its creation. Note
|
74
|
+
# that this method requires the `documentai.processors.create` permission on
|
75
|
+
# the project, which is highly privileged. A user or service account with
|
76
|
+
# this permission can create new processors that can interact with any gcs
|
77
|
+
# bucket in your project.
|
74
78
|
rpc :CreateProcessor, ::Google::Cloud::DocumentAI::V1::CreateProcessorRequest, ::Google::Cloud::DocumentAI::V1::Processor
|
75
79
|
# Deletes the processor, unloads all deployed model artifacts if it was
|
76
80
|
# enabled and then deletes all artifacts associated with this processor.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.1
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|