google-apis-gameservices_v1 0.8.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: d2d5e2d0386d1050ba9a142a9995c188ea53698c87f0cddbb5e5c4e10eb7a9f6
4
- data.tar.gz: 5d31aa2a30c0071595969b4108eed53f7a01218f22bc59771d6bded6189d431e
3
+ metadata.gz: 2f09817bed19c0efbf2505de2c3b73efe75710906623ffb16d1b53530eafb3b5
4
+ data.tar.gz: 131ed6e0d606dd2aa053976b727856ea82ec9887a55ca006f52b7276e4844cc8
5
5
  SHA512:
6
- metadata.gz: 2fe5129a8fe955ae43645655ca9c174c9d3faa266510281f677edf98737a484f2f8e267c8c6495c5184591df983df212e0494b3080eba42d4a85dbe13b2e159c
7
- data.tar.gz: 1042b74b2d4d73b100cd86874b49f330d82053191862e0923e9ebe6093c81bab6fca29aae5b6e8ef06e2e5f1bd8efb38fe0ac8ec4da741aa4aa899cc8bb1e8ed
6
+ metadata.gz: a1b1d7b4f4912f41fdc3c139ae3fe1b378a26295094a025ac1fe2f1823b191559baa95b321dc003b38346c876f49ab4038f95f3feb18614b2d419c65a9331d3f
7
+ data.tar.gz: 6dd7ed205461a1c61ddaf716eaf9d4dd4f34e47a84ed9fa96c393763570a3b57f19e754981d19f56f422da4cc5e30ead9ab14873c66e6e32715c34815084dd8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.11.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.10.0 (2021-09-27)
12
+
13
+ * Regenerated from discovery document revision 20210915
14
+
15
+ ### v0.9.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210810
18
+
3
19
  ### v0.8.0 (2021-07-14)
4
20
 
5
21
  * Regenerated from discovery document revision 20210707
data/OVERVIEW.md CHANGED
@@ -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
@@ -1837,8 +1835,8 @@ module Google
1837
1835
  # @return [Array<String>]
1838
1836
  attr_accessor :in
1839
1837
 
1840
- # The config returned to callers of tech.iam.IAM.CheckPolicy for any entries
1841
- # that match the LOG action.
1838
+ # The config returned to callers of CheckPolicy for any entries that match the
1839
+ # LOG action.
1842
1840
  # Corresponds to the JSON property `logConfig`
1843
1841
  # @return [Array<Google::Apis::GameservicesV1::LogConfig>]
1844
1842
  attr_accessor :log_config
@@ -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.8.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 = "20210707"
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'
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
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.8.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-07-19 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
@@ -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.8.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.12.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: