google-apis-gameservices_v1 0.27.0 → 0.28.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: fa92ce5fff744a1ee967f8022f53b2ec484bc730322fac224e4032d3914230b8
4
- data.tar.gz: 042264ed7c95263092496e9e0d9f34c733b60d6e62bf1be9b677c9035e49043e
3
+ metadata.gz: 545affc50a978baecda34450f0eb94ae1f7e878f84c3455261f072d2bf71c5bf
4
+ data.tar.gz: 51dac22682a8f085c278014d0edba8c8c551271d53c2e6405f618dbd3fb50d4d
5
5
  SHA512:
6
- metadata.gz: b247810d2533b53ac97aec47cd3cb346a9ee3c7d26e293191a1b591272d5f50ee347eb4156591904937a43257182168738398f147725287337db4a3fec55473e
7
- data.tar.gz: e36cb2aea42f3e9d0432fd152857827d8fe764d25ff208889e50ae004ac8b5fe21f7fa185bd45cb2ea47f76f048dedd5dd96b21c5399c91e705f1719072650c5
6
+ metadata.gz: 1a6d8a27df3e5c63a0e6326f70453c62580f9c48023251697de91837421896165754b754cf9896e8a28b56b76e2d098e7e9178ef5313c5fd0280f6d0fb8282b2
7
+ data.tar.gz: fbe01323e343759abfd5f02f3d0c61eadf9d9d35befc2becc84a302064f06ecef51b6d61acacf08361bee06e47b14d9e7fbefe13c4ed37226f6b463d4c7331f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gameservices_v1
2
2
 
3
+ ### v0.28.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230125
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.27.0 (2022-11-02)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -162,22 +162,22 @@ module Google
162
162
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
163
163
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
164
164
  # email address that represents a Google group. For example, `admins@example.com`
165
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
166
- # identifier) representing a user that has been recently deleted. For example, `
167
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
168
- # value reverts to `user:`emailid`` and the recovered user retains the role in
169
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
170
- # address (plus unique identifier) representing a service account that has been
171
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
165
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
166
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
167
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
168
+ # representing a user that has been recently deleted. For example, `alice@
169
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
170
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
171
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
172
+ # (plus unique identifier) representing a service account that has been recently
173
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
172
174
  # 123456789012345678901`. If the service account is undeleted, this value
173
175
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
174
176
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
175
177
  # An email address (plus unique identifier) representing a Google group that has
176
178
  # been recently deleted. For example, `admins@example.com?uid=
177
179
  # 123456789012345678901`. If the group is recovered, this value reverts to `
178
- # group:`emailid`` and the recovered group retains the role in the binding. * `
179
- # domain:`domain``: The G Suite domain (primary) that represents all the users
180
- # of that domain. For example, `google.com` or `example.com`.
180
+ # group:`emailid`` and the recovered group retains the role in the binding.
181
181
  # Corresponds to the JSON property `members`
182
182
  # @return [Array<String>]
183
183
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GameservicesV1
18
18
  # Version of the google-apis-gameservices_v1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220825"
25
+ REVISION = "20230125"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gameservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-02-05 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-gameservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Game Services API V1