google-apis-games_v1 0.11.0 → 0.12.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: '08b86fc80d6098cf3a8bde01fad891bd665814e3891542bfdaf22916305aa9b8'
4
- data.tar.gz: ce149bd83490946ba243e435282aa935b7bce0745025b446f155b33db32db4ea
3
+ metadata.gz: 5a04f6b1ad76a022d8575ce138bae0d33c838072ef82792f732a61caa4edcc3d
4
+ data.tar.gz: 74fc9242c6a5ff1e5f0b221576d1abb73ce4e051b7491075234aa008ff2eb033
5
5
  SHA512:
6
- metadata.gz: 2930e386080aa138715c633b6168ef862a3eb5c216fc4a3b126d0411511f3fa1639ecbb6eb82066163ef0dd927f30bfe2a1f7100099cf8995465631e67061281
7
- data.tar.gz: 22974d2e7c3b4fecb22a0c46bfa7c806660a8bdf33f0e90908ad1e3f961184c87b481ee191b53db87e57ab9e5a2c9ed9189f6141a8e054641ed560a01cca9559
6
+ metadata.gz: de8cca678e01e6dcb0a425bd6e6b358d090d077fc8cddb156472660d82cd259103acea6296c49e64ec3c6210aa211d6e7756a95bd087795a05a6b310241d105c
7
+ data.tar.gz: 9321119a053082c7be1ca90478e782ed605a7a3e506d43ee8394b12bb7fefabec7d03d962645b6758415df20dd5ec1983a3f42c72a3a599a6812d627ea81f8a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-games_v1
2
2
 
3
+ ### v0.12.0 (2022-04-06)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
3
7
  ### v0.11.0 (2022-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220317
@@ -1646,6 +1646,11 @@ module Google
1646
1646
  # @return [String]
1647
1647
  attr_accessor :friend_status
1648
1648
 
1649
+ # Per-application unique player identifier.
1650
+ # Corresponds to the JSON property `gamePlayerId`
1651
+ # @return [String]
1652
+ attr_accessor :game_player_id
1653
+
1649
1654
  # Uniquely identifies the type of this resource. Value is always the fixed
1650
1655
  # string `games#player`
1651
1656
  # Corresponds to the JSON property `kind`
@@ -1692,6 +1697,7 @@ module Google
1692
1697
  @display_name = args[:display_name] if args.key?(:display_name)
1693
1698
  @experience_info = args[:experience_info] if args.key?(:experience_info)
1694
1699
  @friend_status = args[:friend_status] if args.key?(:friend_status)
1700
+ @game_player_id = args[:game_player_id] if args.key?(:game_player_id)
1695
1701
  @kind = args[:kind] if args.key?(:kind)
1696
1702
  @name = args[:name] if args.key?(:name)
1697
1703
  @original_player_id = args[:original_player_id] if args.key?(:original_player_id)
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220317"
25
+ REVISION = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -826,6 +826,7 @@ module Google
826
826
  property :experience_info, as: 'experienceInfo', class: Google::Apis::GamesV1::PlayerExperienceInfo, decorator: Google::Apis::GamesV1::PlayerExperienceInfo::Representation
827
827
 
828
828
  property :friend_status, as: 'friendStatus'
829
+ property :game_player_id, as: 'gamePlayerId'
829
830
  property :kind, as: 'kind'
830
831
  property :name, as: 'name', class: Google::Apis::GamesV1::Player::Name, decorator: Google::Apis::GamesV1::Player::Name::Representation
831
832
 
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.11.0
4
+ version: 0.12.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.12.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: []