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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 649399a50dcee9258d2e1a9c3b2d18f10c287b9baa5d302cbf2177222ff5e385
|
4
|
+
data.tar.gz: 895df3390e30f9f53791ed0dd7b8fed1d65c0158a3e2c91d5e9bbebb6d5fe5ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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
|
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]
|