google-apis-games_v1 0.10.0 → 0.11.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: c75c7ec0c207592cb2b2faaafa734459ad17b76607a2686d693a661fd0b44e77
4
- data.tar.gz: f5659d0d7a000fc98ac188e707b392db74a4ab2e95f46862b6e5cd9c90e6c043
3
+ metadata.gz: '08b86fc80d6098cf3a8bde01fad891bd665814e3891542bfdaf22916305aa9b8'
4
+ data.tar.gz: ce149bd83490946ba243e435282aa935b7bce0745025b446f155b33db32db4ea
5
5
  SHA512:
6
- metadata.gz: 7a6d9be425c5df338656fd8120ca33920d960a654feb47e2c131f0a083108a67fe8e1a5a737e5ce9d78631832a6633c8ed1192b59a7f1f05568503b5a1cda79c
7
- data.tar.gz: 7ed21545865e4d1e9541238b8544e6722fc966627b42573914d6abd7ae948baa6e42e39209500102256fc0d2218c0b161fdf1349ded5883e25177afa6d16316b
6
+ metadata.gz: 2930e386080aa138715c633b6168ef862a3eb5c216fc4a3b126d0411511f3fa1639ecbb6eb82066163ef0dd927f30bfe2a1f7100099cf8995465631e67061281
7
+ data.tar.gz: 22974d2e7c3b4fecb22a0c46bfa7c806660a8bdf33f0e90908ad1e3f961184c87b481ee191b53db87e57ab9e5a2c9ed9189f6141a8e054641ed560a01cca9559
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-games_v1
2
2
 
3
+ ### v0.11.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220317
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.10.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210401"
25
+ REVISION = "20220317"
26
26
  end
27
27
  end
28
28
  end
@@ -690,6 +690,10 @@ module Google
690
690
  # s ID.
691
691
  # @param [String] language
692
692
  # The preferred language to use for strings returned by this method.
693
+ # @param [String] player_id_consistency_token
694
+ # Consistency token of the player id. The call returns a 'not found' result when
695
+ # the token is present and invalid. Empty value is ignored. See also
696
+ # GlobalPlayerIdConsistencyTokenProto
693
697
  # @param [String] fields
694
698
  # Selector specifying which fields to include in a partial response.
695
699
  # @param [String] quota_user
@@ -707,12 +711,13 @@ module Google
707
711
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
708
712
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
709
713
  # @raise [Google::Apis::AuthorizationError] Authorization is required
710
- def get_player(player_id, language: nil, fields: nil, quota_user: nil, options: nil, &block)
714
+ def get_player(player_id, language: nil, player_id_consistency_token: nil, fields: nil, quota_user: nil, options: nil, &block)
711
715
  command = make_simple_command(:get, 'games/v1/players/{playerId}', options)
712
716
  command.response_representation = Google::Apis::GamesV1::Player::Representation
713
717
  command.response_class = Google::Apis::GamesV1::Player
714
718
  command.params['playerId'] = player_id unless player_id.nil?
715
719
  command.query['language'] = language unless language.nil?
720
+ command.query['playerIdConsistencyToken'] = player_id_consistency_token unless player_id_consistency_token.nil?
716
721
  command.query['fields'] = fields unless fields.nil?
717
722
  command.query['quotaUser'] = quota_user unless quota_user.nil?
718
723
  execute_or_queue_command(command, &block)
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.10.0
4
+ version: 0.11.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.11.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.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Game Services V1