google-apis-gameservices_v1beta 0.9.0 → 0.13.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: 5418a225103c0cfc94acac20b14f9cc58f41ced15df82b8128a1e691220c3fde
4
- data.tar.gz: 164fb356ed975c593dcf50cec876ea59cff4963fe2c29acaf4121f5d2d9626bb
3
+ metadata.gz: 5a6ab3ae436db7cd41453b7c643662fea699b224162fb6fecbaa68a11a8939a6
4
+ data.tar.gz: 7abf1476bf398b7cbf7b58045be3c03efd989d6f0b0f00ef789cd5a189a406ca
5
5
  SHA512:
6
- metadata.gz: 3eb3960504e2e73b2982c69096cfbfa96011bb224754c7e0b0047ffe795962d6eedc035cadb0639c53dbea99fc0e9a4bbd41eec893cdab8d9199089369b04a71
7
- data.tar.gz: 2c9075349684247848acdd8a7daaadf35395239ed22917ff899f7b63c0fb88901eea3c365262b6d0e37aabd7234bd4cac38d159de0d1202dca423b53b8eb05a5
6
+ metadata.gz: febbd6725b3cb50a4cedd70f5c9b7a66b0bf8e7f489da69ad4bd4425c8c631392d4485ccb91fb82641d07477ff108d82d2446c97442f54f5d13e8346a9e72410
7
+ data.tar.gz: c2ad79982be35cae8f97de9682c878cbe534a1166d9daf262c1640adda2c0faf4e07da429b35180200e1d5cd9aa7a7b10d523924863db0ac577d65c34d82669d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-gameservices_v1beta
2
2
 
3
+ ### v0.13.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.12.0 (2021-10-31)
8
+
9
+ * Regenerated from discovery document revision 20211021
10
+
11
+ ### v0.11.0 (2021-10-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.10.0 (2021-09-26)
16
+
17
+ * Regenerated from discovery document revision 20210915
18
+
3
19
  ### v0.9.0 (2021-09-01)
4
20
 
5
21
  * Regenerated from discovery document revision 20210810
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::GameservicesV1beta::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
@@ -1529,31 +1529,31 @@ module Google
1529
1529
 
1530
1530
  # An Identity and Access Management (IAM) policy, which specifies access
1531
1531
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1532
- # A `binding` binds one or more `members` to a single `role`. Members can be
1533
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1534
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1535
- # role or a user-created custom role. For some types of Google Cloud resources,
1536
- # a `binding` can also specify a `condition`, which is a logical expression that
1537
- # allows access to a resource only if the expression evaluates to `true`. A
1538
- # condition can add constraints based on attributes of the request, the resource,
1539
- # or both. To learn which resources support conditions in their IAM policies,
1540
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1541
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1542
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1543
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1544
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1545
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1546
- # title": "expirable access", "description": "Does not grant access after Sep
1547
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1548
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1549
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1550
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1551
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1552
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1553
- # description: Does not grant access after Sep 2020 expression: request.time <
1554
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1555
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1556
- # google.com/iam/docs/).
1532
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1533
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1534
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1535
+ # an IAM predefined role or a user-created custom role. For some types of Google
1536
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1537
+ # logical expression that allows access to a resource only if the expression
1538
+ # evaluates to `true`. A condition can add constraints based on attributes of
1539
+ # the request, the resource, or both. To learn which resources support
1540
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1541
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1542
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1543
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1544
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1545
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1546
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1547
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1548
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1549
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1550
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1551
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1552
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1553
+ # access description: Does not grant access after Sep 2020 expression: request.
1554
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1555
+ # a description of IAM and its features, see the [IAM documentation](https://
1556
+ # cloud.google.com/iam/docs/).
1557
1557
  class Policy
1558
1558
  include Google::Apis::Core::Hashable
1559
1559
 
@@ -1562,9 +1562,14 @@ module Google
1562
1562
  # @return [Array<Google::Apis::GameservicesV1beta::AuditConfig>]
1563
1563
  attr_accessor :audit_configs
1564
1564
 
1565
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1566
- # condition` that determines how and when the `bindings` are applied. Each of
1567
- # the `bindings` must contain at least one member.
1565
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1566
+ # specify a `condition` that determines how and when the `bindings` are applied.
1567
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1568
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1569
+ # can be Google groups. Each occurrence of a principal counts towards these
1570
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1571
+ # example.com`, and not to any other principal, then you can add another 1,450
1572
+ # principals to the `bindings` in the `Policy`.
1568
1573
  # Corresponds to the JSON property `bindings`
1569
1574
  # @return [Array<Google::Apis::GameservicesV1beta::Binding>]
1570
1575
  attr_accessor :bindings
@@ -1585,12 +1590,6 @@ module Google
1585
1590
  # @return [String]
1586
1591
  attr_accessor :etag
1587
1592
 
1588
- #
1589
- # Corresponds to the JSON property `iamOwned`
1590
- # @return [Boolean]
1591
- attr_accessor :iam_owned
1592
- alias_method :iam_owned?, :iam_owned
1593
-
1594
1593
  # If more than one rule is specified, the rules are applied in the following
1595
1594
  # manner: - All matching LOG rules are always applied. - If any DENY/
1596
1595
  # DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if
@@ -1630,7 +1629,6 @@ module Google
1630
1629
  @audit_configs = args[:audit_configs] if args.key?(:audit_configs)
1631
1630
  @bindings = args[:bindings] if args.key?(:bindings)
1632
1631
  @etag = args[:etag] if args.key?(:etag)
1633
- @iam_owned = args[:iam_owned] if args.key?(:iam_owned)
1634
1632
  @rules = args[:rules] if args.key?(:rules)
1635
1633
  @version = args[:version] if args.key?(:version)
1636
1634
  end
@@ -1878,8 +1876,8 @@ module Google
1878
1876
  # @return [Array<String>]
1879
1877
  attr_accessor :in
1880
1878
 
1881
- # The config returned to callers of tech.iam.IAM.CheckPolicy for any entries
1882
- # that match the LOG action.
1879
+ # The config returned to callers of CheckPolicy for any entries that match the
1880
+ # LOG action.
1883
1881
  # Corresponds to the JSON property `logConfig`
1884
1882
  # @return [Array<Google::Apis::GameservicesV1beta::LogConfig>]
1885
1883
  attr_accessor :log_config
@@ -1959,9 +1957,9 @@ module Google
1959
1957
  # specified by start_time and end_time. If the scheduled event's timespan is
1960
1958
  # larger than the cron_spec + cron_job_duration, the event will be recurring. If
1961
1959
  # only cron_spec + cron_job_duration are specified, the event is effective
1962
- # starting at the local time specified by cron_spec, and is recurring.
1960
+ # starting at the local time specified by cron_spec, and is recurring. ```
1963
1961
  # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
1964
- # cron job: cron spec start time + duration
1962
+ # cron job: cron spec start time + duration ```
1965
1963
  class Schedule
1966
1964
  include Google::Apis::Core::Hashable
1967
1965
 
@@ -2006,31 +2004,31 @@ module Google
2006
2004
 
2007
2005
  # An Identity and Access Management (IAM) policy, which specifies access
2008
2006
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2009
- # A `binding` binds one or more `members` to a single `role`. Members can be
2010
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2011
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2012
- # role or a user-created custom role. For some types of Google Cloud resources,
2013
- # a `binding` can also specify a `condition`, which is a logical expression that
2014
- # allows access to a resource only if the expression evaluates to `true`. A
2015
- # condition can add constraints based on attributes of the request, the resource,
2016
- # or both. To learn which resources support conditions in their IAM policies,
2017
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2018
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2019
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2020
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2021
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2022
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2023
- # title": "expirable access", "description": "Does not grant access after Sep
2024
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2025
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2026
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2027
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2028
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2029
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2030
- # description: Does not grant access after Sep 2020 expression: request.time <
2031
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2032
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2033
- # google.com/iam/docs/).
2007
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2008
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2009
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2010
+ # an IAM predefined role or a user-created custom role. For some types of Google
2011
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2012
+ # logical expression that allows access to a resource only if the expression
2013
+ # evaluates to `true`. A condition can add constraints based on attributes of
2014
+ # the request, the resource, or both. To learn which resources support
2015
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2016
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2017
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2018
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2019
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2020
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2021
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2022
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2023
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2024
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2025
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2026
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2027
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2028
+ # access description: Does not grant access after Sep 2020 expression: request.
2029
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2030
+ # a description of IAM and its features, see the [IAM documentation](https://
2031
+ # cloud.google.com/iam/docs/).
2034
2032
  # Corresponds to the JSON property `policy`
2035
2033
  # @return [Google::Apis::GameservicesV1beta::Policy]
2036
2034
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GameservicesV1beta
18
18
  # Version of the google-apis-gameservices_v1beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210810"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -808,7 +808,6 @@ module Google
808
808
  collection :bindings, as: 'bindings', class: Google::Apis::GameservicesV1beta::Binding, decorator: Google::Apis::GameservicesV1beta::Binding::Representation
809
809
 
810
810
  property :etag, :base64 => true, as: 'etag'
811
- property :iam_owned, as: 'iamOwned'
812
811
  collection :rules, as: 'rules', class: Google::Apis::GameservicesV1beta::Rule, decorator: Google::Apis::GameservicesV1beta::Rule::Representation
813
812
 
814
813
  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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-09-06 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gameservices_v1beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_v1beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gameservices_v1beta/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gameservices_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: