google-apis-translate_v3beta1 0.3.0 → 0.4.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b20cd15a9939e0e1261347d1e4000d2bd3ea02430abef0db92faa7913312b501
|
4
|
+
data.tar.gz: 147321dd77c7f5cd57e26b85658cab58c1ad4b17a4c7620e330a936b0497a4e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95e356e9f6560da8c922e8e917d20d65bd1e8eb4328772e63134f44c9d83118f66889e3deb6223d64e82ccda41436fa401e61d0c7162b638394b32d86514d2e2
|
7
|
+
data.tar.gz: 4114cd7aeffd950a23902fdcb70138353e20d071d99ff93bfd74c05d5672898c5feb1ac813419c9fbc4d555b4200a46f8de77406af440bd98ea04580c1886092
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TranslateV3beta1
|
18
18
|
# Version of the google-apis-translate_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -340,11 +340,15 @@ module Google
|
|
340
340
|
# @param [String] name
|
341
341
|
# The resource that owns the locations collection, if applicable.
|
342
342
|
# @param [String] filter
|
343
|
-
#
|
343
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
344
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
345
|
+
# AIP-160](https://google.aip.dev/160).
|
344
346
|
# @param [Fixnum] page_size
|
345
|
-
# The
|
347
|
+
# The maximum number of results to return. If not set, the service will select a
|
348
|
+
# default.
|
346
349
|
# @param [String] page_token
|
347
|
-
#
|
350
|
+
# A page token received from the `next_page_token` field in the response. Send
|
351
|
+
# that page token to receive the subsequent page.
|
348
352
|
# @param [String] fields
|
349
353
|
# Selector specifying which fields to include in a partial response.
|
350
354
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-translate_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|