google-apis-gameservices_v1 0.11.0 → 0.12.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: 4922c28769cbccb5bfecf948f5adbaeaba2f8fc9a5486311ad7077bb47c75fce
4
- data.tar.gz: b8248984bc54b46977a4061e5a59fd6ebc29e206a338b83eab4bd3dca89c857c
3
+ metadata.gz: 2f09817bed19c0efbf2505de2c3b73efe75710906623ffb16d1b53530eafb3b5
4
+ data.tar.gz: 131ed6e0d606dd2aa053976b727856ea82ec9887a55ca006f52b7276e4844cc8
5
5
  SHA512:
6
- metadata.gz: 07aa1e45c8825568e4f47886bb9fab0ab578c140ea88307d3dc4a9f54b4b03ac519492c035561e825f3400a0ee5f5a192d21ca86151793829acecd72c69841ad
7
- data.tar.gz: '050109ac1917413f943b953b450a469f2d9391b7adea1aba5a8a1398bf078ae9bde453e940ae6eb221b3c397305fb79ecdbe99b7448b9a7f6522ae8c91c2d212'
6
+ metadata.gz: a1b1d7b4f4912f41fdc3c139ae3fe1b378a26295094a025ac1fe2f1823b191559baa95b321dc003b38346c876f49ab4038f95f3feb18614b2d419c65a9331d3f
7
+ data.tar.gz: 6dd7ed205461a1c61ddaf716eaf9d4dd4f34e47a84ed9fa96c393763570a3b57f19e754981d19f56f422da4cc5e30ead9ab14873c66e6e32715c34815084dd8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gameservices_v1
2
2
 
3
+ ### v0.12.0 (2021-10-31)
4
+
5
+ * Regenerated from discovery document revision 20211021
6
+
3
7
  ### v0.11.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211021"
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'
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.11.0
4
+ version: 0.12.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-27 00:00:00.000000000 Z
11
+ date: 2021-11-01 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1/v0.12.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: []