google-cloud-document_ai-v1 0.23.0 → 1.0.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 +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: 1e580bcb89115ab0e9b604aeb7db302b9e421c1e47e7e38c5279dad9e47b3fc1
|
|
4
|
+
data.tar.gz: 209ac1f85bdfd3625c1678394ded0a2a5821f731ce5f44da430de2721ada231c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66b8910a1e82718cf126edd75bbf2eda5b2f007a3fdd9b523cb748fe5056cadc7f5d55d7a1acacb3707df5f017b995a22ffb57493b713ff32375ec00178c4279
|
|
7
|
+
data.tar.gz: c5acc3d17f16465e4ad4e190b96bbf3128f0390f4043d99064c5b144d663c03a39a1551af5367bea2a3a3ddd245fcb52340e1242fec6bbc11ee5a3a31340f836
|
|
@@ -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.
|
|
4
|
+
version: 1.0.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-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|