google-cloud-document_ai-v1beta3 0.33.0 → 0.33.1

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: efe73e1473837dc42b140f0950ec4bf39e08c24bdb46adff7a9783da8f444240
4
- data.tar.gz: 31225c461adca4d7afc664b7f72f58263d1f2b9f32ba8be2fed881a435e5ce0f
3
+ metadata.gz: 28a67de236001ba4fd5d3e4ec29f5b4dc226982b160d6cf9678156a1a76d5bd7
4
+ data.tar.gz: 1190a561a3b62905e612fe0751eb67d1cc9a6978aefd2d9f3a6229a3711085e5
5
5
  SHA512:
6
- metadata.gz: 98850c6de29310880c5fd54fb6a43b5712488420bc2050ba1d1e987ea4f9745916a4c9a00ed57c6ef0322a43fe9f6fb4d549fe4b41cf3a0948fc34118036d0d9
7
- data.tar.gz: 96993e37ba1305057369a2533ea81e119bc51c7b805358a24f86076019fb432a52552b4d10619af430b2e16b9333f05aa06cd5847012202389e28234da1c1ef8
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1beta3
24
- VERSION = "0.33.0"
24
+ VERSION = "0.33.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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.0
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-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common