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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5acad205ea8dee11d29d5f66bba8e3b41807196cb115a67521cfe687cc23c558
4
- data.tar.gz: '0856de9b6a44957195a9950c6a7c5ff5e33541aed180bc9ba6f3b2aa1093d4f4'
3
+ metadata.gz: 1e580bcb89115ab0e9b604aeb7db302b9e421c1e47e7e38c5279dad9e47b3fc1
4
+ data.tar.gz: 209ac1f85bdfd3625c1678394ded0a2a5821f731ce5f44da430de2721ada231c
5
5
  SHA512:
6
- metadata.gz: c41773f4f641aa529777034bfbbf0586f39f59a52a9f2f29e2d40476b53f09ca037eb5d2ba0a61db1ae8728ce0c36fa9399919eb09113c545ca894f085f27c7d
7
- data.tar.gz: 2dcefc79ac9e0d3797044c763834dc880c576bf19d8aec9e3bfbd884c873664560e08531e72fe04af2826f3e90188f5063bad9f408fd61fe1b2f70c2762f3112
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "0.23.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.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-06-04 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common