google-apis-gameservices_v1 0.12.0 → 0.13.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: 2f09817bed19c0efbf2505de2c3b73efe75710906623ffb16d1b53530eafb3b5
4
- data.tar.gz: 131ed6e0d606dd2aa053976b727856ea82ec9887a55ca006f52b7276e4844cc8
3
+ metadata.gz: 5884fc3626b328697146387c37a90166393f79900295fbc4b9ad5bb49aaae02c
4
+ data.tar.gz: 5e4a811fdf0c49c479ef152c38c2fb066bc9ed287cfe069b9e715cb8b527982e
5
5
  SHA512:
6
- metadata.gz: a1b1d7b4f4912f41fdc3c139ae3fe1b378a26295094a025ac1fe2f1823b191559baa95b321dc003b38346c876f49ab4038f95f3feb18614b2d419c65a9331d3f
7
- data.tar.gz: 6dd7ed205461a1c61ddaf716eaf9d4dd4f34e47a84ed9fa96c393763570a3b57f19e754981d19f56f422da4cc5e30ead9ab14873c66e6e32715c34815084dd8d
6
+ metadata.gz: b038ed673ad28ad26d4d91f5ba23a51754ff583ba405417ef224d6813379f1f0d8056dd490c443a48f8d07e0a3b53f7cdee3844c819a34d953094e149011a1e7
7
+ data.tar.gz: 543c91185ed683793e6fed0d160d087b147f446022424ad1a79a2e7b49cf077721ae777bd51cd082c2beed40ea0f615ff5f6bba62b02e4fae3e62862eb5b7333
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gameservices_v1
2
2
 
3
+ ### v0.13.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.12.0 (2021-10-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -1916,9 +1916,9 @@ module Google
1916
1916
  # specified by start_time and end_time. If the scheduled event's timespan is
1917
1917
  # larger than the cron_spec + cron_job_duration, the event will be recurring. If
1918
1918
  # only cron_spec + cron_job_duration are specified, the event is effective
1919
- # starting at the local time specified by cron_spec, and is recurring.
1919
+ # starting at the local time specified by cron_spec, and is recurring. ```
1920
1920
  # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
1921
- # cron job: cron spec start time + duration
1921
+ # cron job: cron spec start time + duration ```
1922
1922
  class Schedule
1923
1923
  include Google::Apis::Core::Hashable
1924
1924
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211021"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -268,13 +268,16 @@ module Google
268
268
  # REQUIRED: The resource for which the policy is being requested. See the
269
269
  # operation documentation for the appropriate value for this field.
270
270
  # @param [Fixnum] options_requested_policy_version
271
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
272
- # 3. Requests specifying an invalid value will be rejected. Requests for
273
- # policies with any conditional bindings must specify version 3. Policies
274
- # without any conditional bindings may specify any valid value or leave the
275
- # field unset. To learn which resources support conditions in their IAM policies,
276
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
277
- # resource-policies).
271
+ # Optional. The maximum policy version that will be used to format the policy.
272
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
273
+ # rejected. Requests for policies with any conditional role bindings must
274
+ # specify version 3. Policies with no conditional role bindings may specify any
275
+ # valid value or leave the field unset. The policy in the response might use the
276
+ # policy version that you specified, or it might use a lower policy version. For
277
+ # example, if you specify version 3, but the policy has no conditional role
278
+ # bindings, the response uses version 1. To learn which resources support
279
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
280
+ # google.com/iam/help/conditions/resource-policies).
278
281
  # @param [String] fields
279
282
  # Selector specifying which fields to include in a partial response.
280
283
  # @param [String] quota_user
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.12.0
4
+ version: 0.13.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-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.13.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: []