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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5884fc3626b328697146387c37a90166393f79900295fbc4b9ad5bb49aaae02c
|
4
|
+
data.tar.gz: 5e4a811fdf0c49c479ef152c38c2fb066bc9ed287cfe069b9e715cb8b527982e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b038ed673ad28ad26d4d91f5ba23a51754ff583ba405417ef224d6813379f1f0d8056dd490c443a48f8d07e0a3b53f7cdee3844c819a34d953094e149011a1e7
|
7
|
+
data.tar.gz: 543c91185ed683793e6fed0d160d087b147f446022424ad1a79a2e7b49cf077721ae777bd51cd082c2beed40ea0f615ff5f6bba62b02e4fae3e62862eb5b7333
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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
|
272
|
-
# 3. Requests specifying an invalid value will be
|
273
|
-
# policies with any conditional bindings must
|
274
|
-
#
|
275
|
-
# field unset.
|
276
|
-
#
|
277
|
-
#
|
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.
|
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-
|
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.
|
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: []
|