google-apis-games_v1 0.19.0 → 0.20.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: '009f60844bd43b6bad918ee464e1127c5760f68b7587197cc7f176c9b7f3fa84'
4
- data.tar.gz: 8e56980dc49dec24dab718ac95e7464ea23a4eafa92ab7ea492c5ffccfa0f0be
3
+ metadata.gz: b6fba9f51f3ab25458b218d1374f29ddcddfade893afd571850d3a27655ffc9e
4
+ data.tar.gz: 651c9c389a52dfaaa51e4f8a40a8fdb2915660ff9a7cffe5eaaf54de10d84bf2
5
5
  SHA512:
6
- metadata.gz: 328c73b1eac6adcb7430f0b71a2da6b48f42049bd69ddd3c67c96b71fda8982dd45ddfc9e7fb048e6a444f312caa9e33d6f726b109b458c4354fd260b1848f37
7
- data.tar.gz: f787488e3c88d3449b7d32dd62ade8bfe9a17b9666ead9b3b8e167688e59d49f17032beb42b01959fa20992b3f100f1d0146adc24179639b4c0beb4bcb77b3c1
6
+ metadata.gz: 219db66f2719d63441ef1155bb8b8e31a664f4a862cd1e9de1c1723fa729a4ecf77cf84e0297c9a71be669306854b1276f9f514f0df90be67f7dde5423d5106d
7
+ data.tar.gz: b6313f31f29275d5c35c11b6caebad96a73f1335ad40dee8999ee586a7a45267276bba4b49dabcfed349fd714667b0fcffcee42eae866b1bd504c1b114b47b05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-games_v1
2
2
 
3
+ ### v0.20.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230822
6
+
3
7
  ### v0.19.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230310
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GamesV1
18
18
  # Version of the google-apis-games_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230310"
25
+ REVISION = "20230822"
26
26
  end
27
27
  end
28
28
  end
@@ -93,7 +93,7 @@ module Google
93
93
  # @param [String] achievement_id
94
94
  # The ID of the achievement used by this method.
95
95
  # @param [Fixnum] steps_to_increment
96
- # The number of steps to increment.
96
+ # Required. The number of steps to increment.
97
97
  # @param [Fixnum] request_id
98
98
  # A randomly generated numeric ID for each request specified by the caller. This
99
99
  # number is used at the server to ensure that the request is handled correctly
@@ -212,7 +212,7 @@ module Google
212
212
  # @param [String] achievement_id
213
213
  # The ID of the achievement used by this method.
214
214
  # @param [Fixnum] steps
215
- # The minimum value to set the steps to.
215
+ # Required. The minimum value to set the steps to.
216
216
  # @param [String] fields
217
217
  # Selector specifying which fields to include in a partial response.
218
218
  # @param [String] quota_user
@@ -827,7 +827,7 @@ module Google
827
827
 
828
828
  # Checks whether the games client is out of date.
829
829
  # @param [String] client_revision
830
- # The revision of the client SDK used by your application. Format: `[
830
+ # Required. The revision of the client SDK used by your application. Format: `[
831
831
  # PLATFORM_TYPE]:[VERSION_NUMBER]`. Possible values of `PLATFORM_TYPE` are: * `
832
832
  # ANDROID` - Client is running the Android SDK. * `IOS` - Client is running the
833
833
  # iOS SDK. * `WEB_APP` - Client is running as a Web App.
@@ -921,7 +921,7 @@ module Google
921
921
  # @param [String] collection
922
922
  # The collection of scores you're requesting.
923
923
  # @param [String] time_span
924
- # The time span for the scores and ranks you're requesting.
924
+ # Required. The time span for the scores and ranks you're requesting.
925
925
  # @param [String] language
926
926
  # The preferred language to use for strings returned by this method.
927
927
  # @param [Fixnum] max_results
@@ -968,7 +968,7 @@ module Google
968
968
  # @param [String] collection
969
969
  # The collection of scores you're requesting.
970
970
  # @param [String] time_span
971
- # The time span for the scores and ranks you're requesting.
971
+ # Required. The time span for the scores and ranks you're requesting.
972
972
  # @param [String] language
973
973
  # The preferred language to use for strings returned by this method.
974
974
  # @param [Fixnum] max_results
@@ -1023,12 +1023,12 @@ module Google
1023
1023
  # @param [String] leaderboard_id
1024
1024
  # The ID of the leaderboard.
1025
1025
  # @param [Fixnum] score
1026
- # The score you're submitting. The submitted score is ignored if it is worse
1027
- # than a previously submitted score, where worse depends on the leaderboard sort
1028
- # order. The meaning of the score value depends on the leaderboard format type.
1029
- # For fixed-point, the score represents the raw value. For time, the score
1030
- # represents elapsed time in milliseconds. For currency, the score represents a
1031
- # value in micro units.
1026
+ # Required. The score you're submitting. The submitted score is ignored if it is
1027
+ # worse than a previously submitted score, where worse depends on the
1028
+ # leaderboard sort order. The meaning of the score value depends on the
1029
+ # leaderboard format type. For fixed-point, the score represents the raw value.
1030
+ # For time, the score represents elapsed time in milliseconds. For currency, the
1031
+ # score represents a value in micro units.
1032
1032
  # @param [String] language
1033
1033
  # The preferred language to use for strings returned by this method.
1034
1034
  # @param [String] score_tag
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-games_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Game Services V1