google-apis-deploymentmanager_v2beta 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: 355ee2cbdf8c72ffbb2a7c07696d1665cf8c4e8b2b0e8ee3267886f7a7a560d4
4
- data.tar.gz: 6278284f0c78e01421eb91ecb4769407dd6062760f8f392c1e70700304f6e6c6
3
+ metadata.gz: 7ea23da3208ba387c5d2d7b12835538dcf657b13d4efd3ee64e551f3593136f0
4
+ data.tar.gz: e0e447746c2a0dccaa4ec829a6ae4e9d9e6e6e166e112c5dd84f5eb79c80d580
5
5
  SHA512:
6
- metadata.gz: 15e6078bbfafb4c8a97b7efd25d8a563a6d3f9b2bce016bb50a406d0341f476ae7edd35704af2918d30b5b5169f800ca062c4cfb6f390f7c9e58e281aa46cd32
7
- data.tar.gz: f0ba514219e24201809c388f7663c52094fbf7032c1a23d970491cac82e56dc09f80e0c48845859bd5833f4355afcfe8a4ad51fe60de277ec1ee02a8931ff794
6
+ metadata.gz: f117feffaf0e15b6705807498fbdd7ff6b116f1925d96dad82e885479cb1462a3cda2ec9756f2932e3f3542b30e4d4f012ef524acfe88ec87587ba95d4d993f5
7
+ data.tar.gz: ede3ee011ed957a8724f2f87a132657e7b238615ad1050ad0c17ef7441c1d1ca294e880e111e4745afa5a4458ab65679f74aea3bee3641b44a417455cea6c964
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.12.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+ * Unspecified changes
7
+
3
8
  ### v0.11.0 (2021-10-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20210930
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 Deploymentmanager service in particular.)
67
67
 
@@ -183,7 +183,7 @@ module Google
183
183
  end
184
184
  end
185
185
 
186
- # Associates `members` with a `role`.
186
+ # Associates `members`, or principals, with a `role`.
187
187
  class Binding
188
188
  include Google::Apis::Core::Hashable
189
189
 
@@ -206,7 +206,7 @@ module Google
206
206
  # @return [Google::Apis::DeploymentmanagerV2beta::Expr]
207
207
  attr_accessor :condition
208
208
 
209
- # Specifies the identities requesting access for a Cloud Platform resource. `
209
+ # Specifies the principals requesting access for a Cloud Platform resource. `
210
210
  # members` can have the following values: * `allUsers`: A special identifier
211
211
  # that represents anyone who is on the internet; with or without a Google
212
212
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -236,8 +236,8 @@ module Google
236
236
  # @return [Array<String>]
237
237
  attr_accessor :members
238
238
 
239
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
240
- # , or `roles/owner`.
239
+ # Role that is assigned to the list of `members`, or principals. For example, `
240
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
241
241
  # Corresponds to the JSON property `role`
242
242
  # @return [String]
243
243
  attr_accessor :role
@@ -847,31 +847,31 @@ module Google
847
847
 
848
848
  # An Identity and Access Management (IAM) policy, which specifies access
849
849
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
850
- # A `binding` binds one or more `members` to a single `role`. Members can be
851
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
852
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
853
- # role or a user-created custom role. For some types of Google Cloud resources,
854
- # a `binding` can also specify a `condition`, which is a logical expression that
855
- # allows access to a resource only if the expression evaluates to `true`. A
856
- # condition can add constraints based on attributes of the request, the resource,
857
- # or both. To learn which resources support conditions in their IAM policies,
858
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
859
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
860
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
861
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
862
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
863
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
864
- # title": "expirable access", "description": "Does not grant access after Sep
865
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
866
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
867
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
868
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
869
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
870
- # roles/resourcemanager.organizationViewer condition: title: expirable access
871
- # description: Does not grant access after Sep 2020 expression: request.time <
872
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
873
- # description of IAM and its features, see the [IAM documentation](https://cloud.
874
- # google.com/iam/docs/).
850
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
851
+ # Principals can be user accounts, service accounts, Google groups, and domains (
852
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
853
+ # an IAM predefined role or a user-created custom role. For some types of Google
854
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
855
+ # logical expression that allows access to a resource only if the expression
856
+ # evaluates to `true`. A condition can add constraints based on attributes of
857
+ # the request, the resource, or both. To learn which resources support
858
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
859
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
860
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
861
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
862
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
863
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
864
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
865
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
866
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
867
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
868
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
869
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
870
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
871
+ # access description: Does not grant access after Sep 2020 expression: request.
872
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
873
+ # a description of IAM and its features, see the [IAM documentation](https://
874
+ # cloud.google.com/iam/docs/).
875
875
  # Corresponds to the JSON property `policy`
876
876
  # @return [Google::Apis::DeploymentmanagerV2beta::Policy]
877
877
  attr_accessor :policy
@@ -1429,31 +1429,31 @@ module Google
1429
1429
 
1430
1430
  # An Identity and Access Management (IAM) policy, which specifies access
1431
1431
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1432
- # A `binding` binds one or more `members` to a single `role`. Members can be
1433
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1434
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1435
- # role or a user-created custom role. For some types of Google Cloud resources,
1436
- # a `binding` can also specify a `condition`, which is a logical expression that
1437
- # allows access to a resource only if the expression evaluates to `true`. A
1438
- # condition can add constraints based on attributes of the request, the resource,
1439
- # or both. To learn which resources support conditions in their IAM policies,
1440
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1441
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1442
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1443
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1444
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1445
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1446
- # title": "expirable access", "description": "Does not grant access after Sep
1447
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1448
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1449
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1450
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1451
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1452
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1453
- # description: Does not grant access after Sep 2020 expression: request.time <
1454
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1455
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1456
- # google.com/iam/docs/).
1432
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1433
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1434
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1435
+ # an IAM predefined role or a user-created custom role. For some types of Google
1436
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1437
+ # logical expression that allows access to a resource only if the expression
1438
+ # evaluates to `true`. A condition can add constraints based on attributes of
1439
+ # the request, the resource, or both. To learn which resources support
1440
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1441
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1442
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1443
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1444
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1445
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1446
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1447
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1448
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1449
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1450
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1451
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1452
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1453
+ # access description: Does not grant access after Sep 2020 expression: request.
1454
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1455
+ # a description of IAM and its features, see the [IAM documentation](https://
1456
+ # cloud.google.com/iam/docs/).
1457
1457
  class Policy
1458
1458
  include Google::Apis::Core::Hashable
1459
1459
 
@@ -1462,14 +1462,14 @@ module Google
1462
1462
  # @return [Array<Google::Apis::DeploymentmanagerV2beta::AuditConfig>]
1463
1463
  attr_accessor :audit_configs
1464
1464
 
1465
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1466
- # condition` that determines how and when the `bindings` are applied. Each of
1467
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1468
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1469
- # groups. Each occurrence of a member counts towards these limits. For example,
1470
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1471
- # not to any other member, then you can add another 1,450 members to the `
1472
- # bindings` in the `Policy`.
1465
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1466
+ # specify a `condition` that determines how and when the `bindings` are applied.
1467
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1468
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1469
+ # can be Google groups. Each occurrence of a principal counts towards these
1470
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1471
+ # example.com`, and not to any other principal, then you can add another 1,450
1472
+ # principals to the `bindings` in the `Policy`.
1473
1473
  # Corresponds to the JSON property `bindings`
1474
1474
  # @return [Array<Google::Apis::DeploymentmanagerV2beta::Binding>]
1475
1475
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2beta
18
18
  # Version of the google-apis-deploymentmanager_v2beta 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 = "20210930"
25
+ REVISION = "20211014"
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-deploymentmanager_v2beta
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-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-deploymentmanager_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: