google-apis-gameservices_v1 0.10.0 → 0.14.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: 665013e97e422bb335b246bbaebf1f22943aaba0de7abea2aa729864c329789a
4
- data.tar.gz: fb66abf03c2ebf44c3dd17fcb03921c429a556b14a44da8de0f0d40a232d9577
3
+ metadata.gz: 890f1b78e68a6fef90026229addce5b4ba5387b73e0e581f9186dafe70bdfba4
4
+ data.tar.gz: 85fbfbf935094b4e1a730a775249e068fc1356347a3c11031914f06d569b2c4d
5
5
  SHA512:
6
- metadata.gz: 138e2eb6cbec933675f725bc170d7dcd4dea5687cbfffcef1c4f34d578cf21c835d37ea0ff13e58f43ed808a637f53beea7bbd3d1f7664e79649f1e9cbb41e35
7
- data.tar.gz: 27ef38a9ffc6e33c93e9a6abba7500a198a9af654d39605ee628e5d99db7f16fe8be1864a073d02024d8979e4319f9b6f29cefed10071f1b69a549c6aaa3e7e0
6
+ metadata.gz: d3b9e6bab4857b3055d048f41019f1d46c644eecb23aeec41f2cd608e84dfbeb58ae128e2a30c4b090625a86e8c4150b690ca492bb7bee55b92efb1aad265819
7
+ data.tar.gz: e5be6d8fb19eda967efddd71209063161db30ec08bcddca9f002acb7f5e17253217823d2436c04a1d55f6c223477d69482ec324fc9bc2b8c3f2fa3534c5de006
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-gameservices_v1
2
2
 
3
+ ### v0.14.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.13.0 (2021-11-13)
8
+
9
+ * Regenerated from discovery document revision 20211103
10
+
11
+ ### v0.12.0 (2021-10-31)
12
+
13
+ * Regenerated from discovery document revision 20211021
14
+
15
+ ### v0.11.0 (2021-10-20)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.10.0 (2021-09-27)
4
20
 
5
21
  * Regenerated from discovery document revision 20210915
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/gameservices_v1"
51
51
  client = Google::Apis::GameservicesV1::GameServicesService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gameservices service in particular.)
67
67
 
@@ -125,7 +125,7 @@ module Google
125
125
  end
126
126
  end
127
127
 
128
- # Associates `members` with a `role`.
128
+ # Associates `members`, or principals, with a `role`.
129
129
  class Binding
130
130
  include Google::Apis::Core::Hashable
131
131
 
@@ -153,7 +153,7 @@ module Google
153
153
  # @return [Google::Apis::GameservicesV1::Expr]
154
154
  attr_accessor :condition
155
155
 
156
- # Specifies the identities requesting access for a Cloud Platform resource. `
156
+ # Specifies the principals requesting access for a Cloud Platform resource. `
157
157
  # members` can have the following values: * `allUsers`: A special identifier
158
158
  # that represents anyone who is on the internet; with or without a Google
159
159
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -183,8 +183,8 @@ module Google
183
183
  # @return [Array<String>]
184
184
  attr_accessor :members
185
185
 
186
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
187
- # , or `roles/owner`.
186
+ # Role that is assigned to the list of `members`, or principals. For example, `
187
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
188
188
  # Corresponds to the JSON property `role`
189
189
  # @return [String]
190
190
  attr_accessor :role
@@ -1488,31 +1488,31 @@ module Google
1488
1488
 
1489
1489
  # An Identity and Access Management (IAM) policy, which specifies access
1490
1490
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1491
- # A `binding` binds one or more `members` to a single `role`. Members can be
1492
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1493
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1494
- # role or a user-created custom role. For some types of Google Cloud resources,
1495
- # a `binding` can also specify a `condition`, which is a logical expression that
1496
- # allows access to a resource only if the expression evaluates to `true`. A
1497
- # condition can add constraints based on attributes of the request, the resource,
1498
- # or both. To learn which resources support conditions in their IAM policies,
1499
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1500
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1501
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1502
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1503
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1504
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1505
- # title": "expirable access", "description": "Does not grant access after Sep
1506
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1507
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1508
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1509
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1510
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1511
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1512
- # description: Does not grant access after Sep 2020 expression: request.time <
1513
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1514
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1515
- # google.com/iam/docs/).
1491
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1492
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1493
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1494
+ # an IAM predefined role or a user-created custom role. For some types of Google
1495
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1496
+ # logical expression that allows access to a resource only if the expression
1497
+ # evaluates to `true`. A condition can add constraints based on attributes of
1498
+ # the request, the resource, or both. To learn which resources support
1499
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1500
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1501
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1502
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1503
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1504
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1505
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1506
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1507
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1508
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1509
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1510
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1511
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1512
+ # access description: Does not grant access after Sep 2020 expression: request.
1513
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1514
+ # a description of IAM and its features, see the [IAM documentation](https://
1515
+ # cloud.google.com/iam/docs/).
1516
1516
  class Policy
1517
1517
  include Google::Apis::Core::Hashable
1518
1518
 
@@ -1521,9 +1521,14 @@ module Google
1521
1521
  # @return [Array<Google::Apis::GameservicesV1::AuditConfig>]
1522
1522
  attr_accessor :audit_configs
1523
1523
 
1524
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1525
- # condition` that determines how and when the `bindings` are applied. Each of
1526
- # the `bindings` must contain at least one member.
1524
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1525
+ # specify a `condition` that determines how and when the `bindings` are applied.
1526
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1527
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1528
+ # can be Google groups. Each occurrence of a principal counts towards these
1529
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1530
+ # example.com`, and not to any other principal, then you can add another 1,450
1531
+ # principals to the `bindings` in the `Policy`.
1527
1532
  # Corresponds to the JSON property `bindings`
1528
1533
  # @return [Array<Google::Apis::GameservicesV1::Binding>]
1529
1534
  attr_accessor :bindings
@@ -1544,12 +1549,6 @@ module Google
1544
1549
  # @return [String]
1545
1550
  attr_accessor :etag
1546
1551
 
1547
- #
1548
- # Corresponds to the JSON property `iamOwned`
1549
- # @return [Boolean]
1550
- attr_accessor :iam_owned
1551
- alias_method :iam_owned?, :iam_owned
1552
-
1553
1552
  # If more than one rule is specified, the rules are applied in the following
1554
1553
  # manner: - All matching LOG rules are always applied. - If any DENY/
1555
1554
  # DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if
@@ -1589,7 +1588,6 @@ module Google
1589
1588
  @audit_configs = args[:audit_configs] if args.key?(:audit_configs)
1590
1589
  @bindings = args[:bindings] if args.key?(:bindings)
1591
1590
  @etag = args[:etag] if args.key?(:etag)
1592
- @iam_owned = args[:iam_owned] if args.key?(:iam_owned)
1593
1591
  @rules = args[:rules] if args.key?(:rules)
1594
1592
  @version = args[:version] if args.key?(:version)
1595
1593
  end
@@ -1918,9 +1916,9 @@ module Google
1918
1916
  # specified by start_time and end_time. If the scheduled event's timespan is
1919
1917
  # larger than the cron_spec + cron_job_duration, the event will be recurring. If
1920
1918
  # only cron_spec + cron_job_duration are specified, the event is effective
1921
- # 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. ```
1922
1920
  # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
1923
- # cron job: cron spec start time + duration
1921
+ # cron job: cron spec start time + duration ```
1924
1922
  class Schedule
1925
1923
  include Google::Apis::Core::Hashable
1926
1924
 
@@ -1965,31 +1963,31 @@ module Google
1965
1963
 
1966
1964
  # An Identity and Access Management (IAM) policy, which specifies access
1967
1965
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1968
- # A `binding` binds one or more `members` to a single `role`. Members can be
1969
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1970
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1971
- # role or a user-created custom role. For some types of Google Cloud resources,
1972
- # a `binding` can also specify a `condition`, which is a logical expression that
1973
- # allows access to a resource only if the expression evaluates to `true`. A
1974
- # condition can add constraints based on attributes of the request, the resource,
1975
- # or both. To learn which resources support conditions in their IAM policies,
1976
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1977
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1978
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1979
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1980
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1981
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1982
- # title": "expirable access", "description": "Does not grant access after Sep
1983
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1984
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1985
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1986
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1987
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1988
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1989
- # description: Does not grant access after Sep 2020 expression: request.time <
1990
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1991
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1992
- # google.com/iam/docs/).
1966
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1967
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1968
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1969
+ # an IAM predefined role or a user-created custom role. For some types of Google
1970
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1971
+ # logical expression that allows access to a resource only if the expression
1972
+ # evaluates to `true`. A condition can add constraints based on attributes of
1973
+ # the request, the resource, or both. To learn which resources support
1974
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1975
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1976
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1977
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1978
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1979
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1980
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1981
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1982
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1983
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1984
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1985
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1986
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1987
+ # access description: Does not grant access after Sep 2020 expression: request.
1988
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1989
+ # a description of IAM and its features, see the [IAM documentation](https://
1990
+ # cloud.google.com/iam/docs/).
1993
1991
  # Corresponds to the JSON property `policy`
1994
1992
  # @return [Google::Apis::GameservicesV1::Policy]
1995
1993
  attr_accessor :policy
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210915"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -792,7 +792,6 @@ module Google
792
792
  collection :bindings, as: 'bindings', class: Google::Apis::GameservicesV1::Binding, decorator: Google::Apis::GameservicesV1::Binding::Representation
793
793
 
794
794
  property :etag, :base64 => true, as: 'etag'
795
- property :iam_owned, as: 'iamOwned'
796
795
  collection :rules, as: 'rules', class: Google::Apis::GameservicesV1::Rule, decorator: Google::Apis::GameservicesV1::Rule::Representation
797
796
 
798
797
  property :version, as: 'version'
@@ -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.10.0
4
+ version: 0.14.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-10-04 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gameservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gameservices_v1
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.14.0
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: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Game Services API V1