google-apis-games_v1 0.1.0 → 0.2.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: 8ededa5dfe4caf5e9f35a7ac543d4441740f459c17cb88476714c5e764168ef2
4
- data.tar.gz: cd06790fb68c38d9fb320c74ef8bd762788ff57c5519c73ce726a91032b403a1
3
+ metadata.gz: e045f598d984c6cd13451b9de49222ed41e72da400a72ca74991e4b4d5a1a912
4
+ data.tar.gz: 7ff4085e3c3e73c9eb0126d8a646174d009a475ae34c6eb70d7505b63460154c
5
5
  SHA512:
6
- metadata.gz: '079c199f20ab9a5925ed33463a8d5945ad154b53c31a98b180cb3f45818de7b3837899c2b49e8b0bfc3739d4bca65f8d82df72d3db32c6a706066c5d69f4444a'
7
- data.tar.gz: 20f8875e8fd7725daab9b080d0b08a2743fa3462ab0d148e8d597ef9e5ecbff333162b5e8a5fd61e6424b9f9d52002487fb76a5fce3d576ddef884358d29cbc9
6
+ metadata.gz: deb0fbe95e19f964e05feb2133176b6a11b0b82ec097cffb0a16809bda8d137743cf6e381f7d7118b0dad8ae69992ae47a449ea91699eb8d292a366becab7a0d
7
+ data.tar.gz: 38353a1abaf2c11d5db694f2333c2f9033558ac094fcd80316a953535f6da7970e2b72e8176530ff507de7b11c6b718562f635c4d966692c6ac93ff10feeb93a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-games_v1
2
2
 
3
+ ### v0.2.0 (2021-02-02)
4
+
5
+ * Regenerated from discovery document revision 20210128
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -2310,6 +2310,15 @@ module Google
2310
2310
  class ResolveSnapshotHeadRequest
2311
2311
  include Google::Apis::Core::Hashable
2312
2312
 
2313
+ # The maximum number of SnapshotRevision resources for `conflictingRevisions` to
2314
+ # return per SnapshotExtended resource in the response. For any response, the
2315
+ # actual number of resources returned may be less than specified by `
2316
+ # maxConflictsPerSnapshot`. The value provided should be greater or equal to 0.
2317
+ # If no value is provided, the server will use a sensible default.
2318
+ # Corresponds to the JSON property `maxConflictsPerSnapshot`
2319
+ # @return [Fixnum]
2320
+ attr_accessor :max_conflicts_per_snapshot
2321
+
2313
2322
  # Required. The automatic resolution policy. All conflicts are resolved in
2314
2323
  # chronological order, starting from the/ least recent. If the comparison metric
2315
2324
  # is equal for the tentative head and the conflict, the head wins.
@@ -2323,6 +2332,7 @@ module Google
2323
2332
 
2324
2333
  # Update properties of this object
2325
2334
  def update!(**args)
2335
+ @max_conflicts_per_snapshot = args[:max_conflicts_per_snapshot] if args.key?(:max_conflicts_per_snapshot)
2326
2336
  @resolution_policy = args[:resolution_policy] if args.key?(:resolution_policy)
2327
2337
  end
2328
2338
  end
@@ -2540,7 +2550,7 @@ module Google
2540
2550
  # @return [Fixnum]
2541
2551
  attr_accessor :height
2542
2552
 
2543
- # The MIME type of the image.
2553
+ # Output only. The MIME type of the image.
2544
2554
  # Corresponds to the JSON property `mimeType`
2545
2555
  # @return [String]
2546
2556
  attr_accessor :mime_type
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201203"
25
+ REVISION = "20210128"
26
26
  end
27
27
  end
28
28
  end
@@ -1049,6 +1049,7 @@ module Google
1049
1049
  class ResolveSnapshotHeadRequest
1050
1050
  # @private
1051
1051
  class Representation < Google::Apis::Core::JsonRepresentation
1052
+ property :max_conflicts_per_snapshot, as: 'maxConflictsPerSnapshot'
1052
1053
  property :resolution_policy, as: 'resolutionPolicy'
1053
1054
  end
1054
1055
  end
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Google Play Game Services V1