google-cloud-translate-v3 1.5.1 → 1.5.2

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: e3e0c40b8089b6a060f9cf5a94cbe7bd9f99503c3d18c02692d39045e1e0c821
4
- data.tar.gz: 40487eda83d494982e13bf326f1457b75db33291006b3115a9288204c707ce78
3
+ metadata.gz: 649399a50dcee9258d2e1a9c3b2d18f10c287b9baa5d302cbf2177222ff5e385
4
+ data.tar.gz: 895df3390e30f9f53791ed0dd7b8fed1d65c0158a3e2c91d5e9bbebb6d5fe5ee
5
5
  SHA512:
6
- metadata.gz: '028482d2ac8f93c9bced6d1a926c91043f1611609db47c23447199dd7bb263afe4a3d637cdba35e4734efe110f57d1c37f2dd21960b3548548af08076e20aeb6'
7
- data.tar.gz: 61a54e9d7a678555d9c4abea0bbbd54f59eeb80efe1e2f996a19bf97edcbb341d79bfb3bfb2bc6d3a226cf9a184dde2e02cf4f54678272e9817533b20714cddc
6
+ metadata.gz: 5cd0cf5f40940595e314d0cac24466bf101a823c0dbbc6cdf2316b5f6eafc953be6c1f635a4127c8993a2ff0a7679bc492be7a1cf792ce253afcdfbadd7ead36
7
+ data.tar.gz: ac03b90dfe506edcb5e9e65465b82741bbb1f24f93a6429dbee5a28596de036922b9a553d4bd47d49a7ad5ce7f3dfc1da6f18513559c79857fb6833e63be23da
@@ -3200,11 +3200,11 @@ module Google
3200
3200
  # @param file_input_source [::Google::Cloud::Translate::V3::FileInputSource, ::Hash]
3201
3201
  # Inline file source.
3202
3202
  #
3203
- # Note: The following fields are mutually exclusive: `file_input_source`, `gcs_input_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3203
+ # Note: The following parameters are mutually exclusive: `file_input_source`, `gcs_input_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
3204
3204
  # @param gcs_input_source [::Google::Cloud::Translate::V3::GcsInputSource, ::Hash]
3205
3205
  # Google Cloud Storage file source.
3206
3206
  #
3207
- # Note: The following fields are mutually exclusive: `gcs_input_source`, `file_input_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3207
+ # Note: The following parameters are mutually exclusive: `gcs_input_source`, `file_input_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
3208
3208
  #
3209
3209
  # @yield [response, operation] Access the result along with the RPC operation
3210
3210
  # @yieldparam response [::Google::Cloud::Translate::V3::ImportAdaptiveMtFileResponse]
@@ -2998,11 +2998,11 @@ module Google
2998
2998
  # @param file_input_source [::Google::Cloud::Translate::V3::FileInputSource, ::Hash]
2999
2999
  # Inline file source.
3000
3000
  #
3001
- # Note: The following fields are mutually exclusive: `file_input_source`, `gcs_input_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3001
+ # Note: The following parameters are mutually exclusive: `file_input_source`, `gcs_input_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
3002
3002
  # @param gcs_input_source [::Google::Cloud::Translate::V3::GcsInputSource, ::Hash]
3003
3003
  # Google Cloud Storage file source.
3004
3004
  #
3005
- # Note: The following fields are mutually exclusive: `gcs_input_source`, `file_input_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3005
+ # Note: The following parameters are mutually exclusive: `gcs_input_source`, `file_input_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
3006
3006
  # @yield [result, operation] Access the result along with the TransportOperation object
3007
3007
  # @yieldparam result [::Google::Cloud::Translate::V3::ImportAdaptiveMtFileResponse]
3008
3008
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Translate
23
23
  module V3
24
- VERSION = "1.5.1"
24
+ VERSION = "1.5.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC