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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5acad205ea8dee11d29d5f66bba8e3b41807196cb115a67521cfe687cc23c558
4
- data.tar.gz: '0856de9b6a44957195a9950c6a7c5ff5e33541aed180bc9ba6f3b2aa1093d4f4'
3
+ metadata.gz: d60d5de39759fc97a1d2e4ad5b11c62b67929ecb7c7a26c3d4d86a970234592c
4
+ data.tar.gz: 2310d38999e45ce7079b39e26e257ab90b2e3dcbc909bb05c304cdb4753ecfd1
5
5
  SHA512:
6
- metadata.gz: c41773f4f641aa529777034bfbbf0586f39f59a52a9f2f29e2d40476b53f09ca037eb5d2ba0a61db1ae8728ce0c36fa9399919eb09113c545ca894f085f27c7d
7
- data.tar.gz: 2dcefc79ac9e0d3797044c763834dc880c576bf19d8aec9e3bfbd884c873664560e08531e72fe04af2826f3e90188f5063bad9f408fd61fe1b2f70c2762f3112
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
@@ -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 = "0.23.1"
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: 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-04 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common