google-apis-runtimeconfig_v1beta1 0.8.0 → 0.9.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: 82c627a1523d33bf552e60a723f0cf3ed697d787a6626b936dec81d4cc2355f7
4
- data.tar.gz: 594650431b2edfbaf18bb8d512f6597285ed539657d4c033d4bbf03f413a459f
3
+ metadata.gz: c1af652cae4a8a94f42ac2b63f1f940abb61c2b88743b08b417068ede03e503e
4
+ data.tar.gz: f2ba364f6cab720aea7bfee78f412dffd1b0d5d54311e78acdfa22551fda7804
5
5
  SHA512:
6
- metadata.gz: 743d08e828c68314ec493e0a02befbfb83d1a58009ef21c2d87410c3f096ae6cd2152ab5beea8c2c4acea69ea3dc0eacb3192cf1f703908ecb6473ef4e0d97c6
7
- data.tar.gz: 88a4b503fa37f0e1b3a0884e0243e69ebe17100a7f6aa4c041088012c9a9b033b1db55be13341037dbb59fc1bf76abdb93ed096cfab072e753e6956c914558c4
6
+ metadata.gz: c5d44ec28842be42a198081ad4fec05169034a4930de9d2926bfd72e157bc0f75d751e9b2f8e6e5a42026432b91e59b151e0be694692245b0d46b3ed44c08efc
7
+ data.tar.gz: fff5f1d1b49f376df0da01ac8dddcb3a14fb864923ac7c45706ab250d404a748d934b4231572d292d26e94f450091f0e2b31604d19b8fbb294ea0dac3903b50a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-runtimeconfig_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211018
6
+
3
7
  ### v0.8.0 (2021-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20211004
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 Runtimeconfig service in particular.)
67
67
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module RuntimeconfigV1beta1
24
24
 
25
- # Associates `members` with a `role`.
25
+ # Associates `members`, or principals, with a `role`.
26
26
  class Binding
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::RuntimeconfigV1beta1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the identities requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Cloud Platform resource. `
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -75,8 +75,8 @@ module Google
75
75
  # @return [Array<String>]
76
76
  attr_accessor :members
77
77
 
78
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
79
- # , or `roles/owner`.
78
+ # Role that is assigned to the list of `members`, or principals. For example, `
79
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
80
80
  # Corresponds to the JSON property `role`
81
81
  # @return [String]
82
82
  attr_accessor :role
@@ -382,42 +382,42 @@ module Google
382
382
 
383
383
  # An Identity and Access Management (IAM) policy, which specifies access
384
384
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
385
- # A `binding` binds one or more `members` to a single `role`. Members can be
386
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
387
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
388
- # role or a user-created custom role. For some types of Google Cloud resources,
389
- # a `binding` can also specify a `condition`, which is a logical expression that
390
- # allows access to a resource only if the expression evaluates to `true`. A
391
- # condition can add constraints based on attributes of the request, the resource,
392
- # or both. To learn which resources support conditions in their IAM policies,
393
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
394
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
395
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
396
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
397
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
398
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
399
- # title": "expirable access", "description": "Does not grant access after Sep
400
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
401
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
402
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
403
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
404
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
405
- # roles/resourcemanager.organizationViewer condition: title: expirable access
406
- # description: Does not grant access after Sep 2020 expression: request.time <
407
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
408
- # description of IAM and its features, see the [IAM documentation](https://cloud.
409
- # google.com/iam/docs/).
385
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
386
+ # Principals can be user accounts, service accounts, Google groups, and domains (
387
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
388
+ # an IAM predefined role or a user-created custom role. For some types of Google
389
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
390
+ # logical expression that allows access to a resource only if the expression
391
+ # evaluates to `true`. A condition can add constraints based on attributes of
392
+ # the request, the resource, or both. To learn which resources support
393
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
394
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
395
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
396
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
397
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
398
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
399
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
400
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
401
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
402
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
403
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
404
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
405
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
406
+ # access description: Does not grant access after Sep 2020 expression: request.
407
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
408
+ # a description of IAM and its features, see the [IAM documentation](https://
409
+ # cloud.google.com/iam/docs/).
410
410
  class Policy
411
411
  include Google::Apis::Core::Hashable
412
412
 
413
- # Associates a list of `members` to a `role`. Optionally, may specify a `
414
- # condition` that determines how and when the `bindings` are applied. Each of
415
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
416
- # can refer to up to 1,500 members; up to 250 of these members can be Google
417
- # groups. Each occurrence of a member counts towards these limits. For example,
418
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
419
- # not to any other member, then you can add another 1,450 members to the `
420
- # bindings` in the `Policy`.
413
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
414
+ # specify a `condition` that determines how and when the `bindings` are applied.
415
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
416
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
417
+ # can be Google groups. Each occurrence of a principal counts towards these
418
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
419
+ # example.com`, and not to any other principal, then you can add another 1,450
420
+ # principals to the `bindings` in the `Policy`.
421
421
  # Corresponds to the JSON property `bindings`
422
422
  # @return [Array<Google::Apis::RuntimeconfigV1beta1::Binding>]
423
423
  attr_accessor :bindings
@@ -508,31 +508,31 @@ module Google
508
508
 
509
509
  # An Identity and Access Management (IAM) policy, which specifies access
510
510
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
511
- # A `binding` binds one or more `members` to a single `role`. Members can be
512
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
513
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
514
- # role or a user-created custom role. For some types of Google Cloud resources,
515
- # a `binding` can also specify a `condition`, which is a logical expression that
516
- # allows access to a resource only if the expression evaluates to `true`. A
517
- # condition can add constraints based on attributes of the request, the resource,
518
- # or both. To learn which resources support conditions in their IAM policies,
519
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
520
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
521
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
522
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
523
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
524
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
525
- # title": "expirable access", "description": "Does not grant access after Sep
526
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
527
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
528
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
529
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
530
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
531
- # roles/resourcemanager.organizationViewer condition: title: expirable access
532
- # description: Does not grant access after Sep 2020 expression: request.time <
533
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
534
- # description of IAM and its features, see the [IAM documentation](https://cloud.
535
- # google.com/iam/docs/).
511
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
512
+ # Principals can be user accounts, service accounts, Google groups, and domains (
513
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
514
+ # an IAM predefined role or a user-created custom role. For some types of Google
515
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
516
+ # logical expression that allows access to a resource only if the expression
517
+ # evaluates to `true`. A condition can add constraints based on attributes of
518
+ # the request, the resource, or both. To learn which resources support
519
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
520
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
521
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
522
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
523
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
524
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
525
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
526
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
527
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
528
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
529
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
530
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
531
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
532
+ # access description: Does not grant access after Sep 2020 expression: request.
533
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
534
+ # a description of IAM and its features, see the [IAM documentation](https://
535
+ # cloud.google.com/iam/docs/).
536
536
  # Corresponds to the JSON property `policy`
537
537
  # @return [Google::Apis::RuntimeconfigV1beta1::Policy]
538
538
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RuntimeconfigV1beta1
18
18
  # Version of the google-apis-runtimeconfig_v1beta1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20211004"
25
+ REVISION = "20211018"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-runtimeconfig_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 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-runtimeconfig_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-runtimeconfig_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-runtimeconfig_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.9.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-runtimeconfig_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: