google-apis-games_v1 0.8.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: 317a0d597fe779a0b4295580ace3353165eed91ecd107795a77303ff422ed8f3
4
- data.tar.gz: 7b95612e1aaba99565ec5924e0a23a40e6403d02fb952748e09a27413a4f7e67
3
+ metadata.gz: '08b86fc80d6098cf3a8bde01fad891bd665814e3891542bfdaf22916305aa9b8'
4
+ data.tar.gz: ce149bd83490946ba243e435282aa935b7bce0745025b446f155b33db32db4ea
5
5
  SHA512:
6
- metadata.gz: 7e36d11cab9c75fd8d0d81f0ebae7c7f70a8fda7993c0c6442347efefb62c8df118f6a44e686d9bafedb9aa938ba5c1b7efc5069ee16576a8fb5c20095a59e96
7
- data.tar.gz: 5a5da95aabe9ecdef611fb50a3a48c70ad6364a73da4077ed5d251bca5f51691a85bd289bd5af18ddc704da2227fc3e4c61fa89f315ae7008ddfaf3924ceb0ea
6
+ metadata.gz: 2930e386080aa138715c633b6168ef862a3eb5c216fc4a3b126d0411511f3fa1639ecbb6eb82066163ef0dd927f30bfe2a1f7100099cf8995465631e67061281
7
+ data.tar.gz: 22974d2e7c3b4fecb22a0c46bfa7c806660a8bdf33f0e90908ad1e3f961184c87b481ee191b53db87e57ab9e5a2c9ed9189f6141a8e054641ed560a01cca9559
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.10.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.9.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.8.0 (2021-06-29)
4
17
 
5
18
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/games_v1"
51
51
  client = Google::Apis::GamesV1::GamesService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Games service in particular.)
67
67
 
@@ -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.8.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.8.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: 2021-07-05 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
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_v1
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.11.0
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: []
65
65
  require_paths:
@@ -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.2.17
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