google-cloud-document_ai-v1beta3 0.33.0 → 0.33.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/v1beta3/document_processor_service/client.rb +2 -0
- data/lib/google/cloud/document_ai/v1beta3/document_processor_service/rest/client.rb +2 -0
- data/lib/google/cloud/document_ai/v1beta3/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb +2 -0
- 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: 28a67de236001ba4fd5d3e4ec29f5b4dc226982b160d6cf9678156a1a76d5bd7
|
4
|
+
data.tar.gz: 1190a561a3b62905e612fe0751eb67d1cc9a6978aefd2d9f3a6229a3711085e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3ff5cf5e2dc16cc5ae71decc120e5a18fdf3cb9cf6d2ef3c9ebd6d950b5deb40bb55d7e94588c071d5e21b573b9f83773fa65c998746e12179a6583258b56b9
|
7
|
+
data.tar.gz: 18934c7d99dcdfb566517d15b3d29cf2c724edc7110463fa7bdcc218967e3beba40955097331b0828137c0a16636f5b6f7d85537eb692a26df8a088a71973e48
|
@@ -2374,6 +2374,8 @@ module Google
|
|
2374
2374
|
# @param processor_version_source [::String]
|
2375
2375
|
# The source processor version to import from. The source processor version
|
2376
2376
|
# and destination processor need to be in the same environment and region.
|
2377
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
2378
|
+
# supported.
|
2377
2379
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
2378
2380
|
# The source processor version to import from. It can be from a different
|
2379
2381
|
# environment and region than the destination processor.
|
@@ -2214,6 +2214,8 @@ module Google
|
|
2214
2214
|
# @param processor_version_source [::String]
|
2215
2215
|
# The source processor version to import from. The source processor version
|
2216
2216
|
# and destination processor need to be in the same environment and region.
|
2217
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
2218
|
+
# supported.
|
2217
2219
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
2218
2220
|
# The source processor version to import from. It can be from a different
|
2219
2221
|
# environment and region than the destination processor.
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1097,6 +1097,8 @@ module Google
|
|
1097
1097
|
# @return [::String]
|
1098
1098
|
# The source processor version to import from. The source processor version
|
1099
1099
|
# and destination processor need to be in the same environment and region.
|
1100
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
1101
|
+
# supported.
|
1100
1102
|
# @!attribute [rw] external_processor_version_source
|
1101
1103
|
# @return [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource]
|
1102
1104
|
# The source processor version to import from. It can be from a different
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai-v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.33.
|
4
|
+
version: 0.33.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-
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|