google-apis-games_v1 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe4d2d7faa9c64f6e1bb5bbc99cf745f5dc1a547dce05248495e0e446219e9e6
|
|
4
|
+
data.tar.gz: 8e8c72cdb2e6907570beb521d1c874ecd89453493865a861101718abe0c71a0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f89bda65a4e7b2223eb853af7bbcb7e22a2b7a5067fe699f98750ccaedfddc5563652ac4ca30e5357888ae33f9e9322cba7b3c9e5871cba46bc4a152fc74a3a
|
|
7
|
+
data.tar.gz: 28a046012f08df9bd420f5d68dee2fdc694c7e5276ecc13ce9d14655d49a6aa11d5dbc4c95c1e86b6fed6a98e6e8a04fea3471d53a8429c928cb9c062f9c3e3a
|
data/CHANGELOG.md
CHANGED
|
@@ -2667,11 +2667,6 @@ module Google
|
|
|
2667
2667
|
# @return [String]
|
|
2668
2668
|
attr_accessor :string_value
|
|
2669
2669
|
|
|
2670
|
-
# A timestamp value.
|
|
2671
|
-
# Corresponds to the JSON property `timestampValue`
|
|
2672
|
-
# @return [String]
|
|
2673
|
-
attr_accessor :timestamp_value
|
|
2674
|
-
|
|
2675
2670
|
def initialize(**args)
|
|
2676
2671
|
update!(**args)
|
|
2677
2672
|
end
|
|
@@ -2683,7 +2678,6 @@ module Google
|
|
|
2683
2678
|
@duration_value = args[:duration_value] if args.key?(:duration_value)
|
|
2684
2679
|
@int_value = args[:int_value] if args.key?(:int_value)
|
|
2685
2680
|
@string_value = args[:string_value] if args.key?(:string_value)
|
|
2686
|
-
@timestamp_value = args[:timestamp_value] if args.key?(:timestamp_value)
|
|
2687
2681
|
end
|
|
2688
2682
|
end
|
|
2689
2683
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260907"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1245,7 +1245,6 @@ module Google
|
|
|
1245
1245
|
property :duration_value, as: 'durationValue'
|
|
1246
1246
|
property :int_value, :numeric_string => true, as: 'intValue'
|
|
1247
1247
|
property :string_value, as: 'stringValue'
|
|
1248
|
-
property :timestamp_value, as: 'timestampValue'
|
|
1249
1248
|
end
|
|
1250
1249
|
end
|
|
1251
1250
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-games_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.36.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|