google-apis-deploymentmanager_alpha 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: cc038ca6449024b3c458d72653b3e8b892efbcabc4ed3cb678b6939d58fccc39
4
- data.tar.gz: 81208bc2c8f150b5f9da56df3d00586c0fcbc1ce4376704445f91c2a269df941
3
+ metadata.gz: 90c902b4ad6c850b21bb7e7b620423b7d1195ac0cd0e1211e37e93919ee12bf9
4
+ data.tar.gz: 0b1b0b1ee97766af2387a01772e83a17e7edfb3aef40747d2ad655e605bd160b
5
5
  SHA512:
6
- metadata.gz: 49e958f7ad95cb13b96487bbfe928eaa0a1ea54ef4a0ad58e0b962cf5ebea3357a19199734dfed62ce06cfca331c7cf18ab3f234b1cd05f32095b8b48d3c9a4f
7
- data.tar.gz: 9bfc2ccb94972db119946356756086eee0f73d08bd1514041268c654244ff8d222852fc5e8012da924d398cc537f7b6413fb87b9540749acd4a226e8645f15ec
6
+ metadata.gz: d0d54c2b01121fc31f0c7c42c75794601dc2ff3a72a0b83bfd26fcbe788b45a48f895f08dd32f7ab8feae332c63636c6713a2be9b6e217b3da0b4fca4766ec54
7
+ data.tar.gz: 725312611c88e5423b85daa7ab8e83fdbbad4d4bcc77fe0f94e8dc8de4d7c0b1d16a5f9561048ad7daae51539eff19ff7b657f2d947d3523b7b390aa556bf74e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-deploymentmanager_alpha
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::DeploymentmanagerAlpha::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
@@ -899,31 +899,31 @@ module Google
899
899
 
900
900
  # An Identity and Access Management (IAM) policy, which specifies access
901
901
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
902
- # A `binding` binds one or more `members` to a single `role`. Members can be
903
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
904
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
905
- # role or a user-created custom role. For some types of Google Cloud resources,
906
- # a `binding` can also specify a `condition`, which is a logical expression that
907
- # allows access to a resource only if the expression evaluates to `true`. A
908
- # condition can add constraints based on attributes of the request, the resource,
909
- # or both. To learn which resources support conditions in their IAM policies,
910
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
911
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
912
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
913
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
914
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
915
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
916
- # title": "expirable access", "description": "Does not grant access after Sep
917
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
918
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
919
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
920
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
921
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
922
- # roles/resourcemanager.organizationViewer condition: title: expirable access
923
- # description: Does not grant access after Sep 2020 expression: request.time <
924
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
925
- # description of IAM and its features, see the [IAM documentation](https://cloud.
926
- # google.com/iam/docs/).
902
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
903
+ # Principals can be user accounts, service accounts, Google groups, and domains (
904
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
905
+ # an IAM predefined role or a user-created custom role. For some types of Google
906
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
907
+ # logical expression that allows access to a resource only if the expression
908
+ # evaluates to `true`. A condition can add constraints based on attributes of
909
+ # the request, the resource, or both. To learn which resources support
910
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
911
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
912
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
913
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
914
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
915
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
916
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
917
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
918
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
919
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
920
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
921
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
922
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
923
+ # access description: Does not grant access after Sep 2020 expression: request.
924
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
925
+ # a description of IAM and its features, see the [IAM documentation](https://
926
+ # cloud.google.com/iam/docs/).
927
927
  # Corresponds to the JSON property `policy`
928
928
  # @return [Google::Apis::DeploymentmanagerAlpha::Policy]
929
929
  attr_accessor :policy
@@ -1522,31 +1522,31 @@ module Google
1522
1522
 
1523
1523
  # An Identity and Access Management (IAM) policy, which specifies access
1524
1524
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1525
- # A `binding` binds one or more `members` to a single `role`. Members can be
1526
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1527
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1528
- # role or a user-created custom role. For some types of Google Cloud resources,
1529
- # a `binding` can also specify a `condition`, which is a logical expression that
1530
- # allows access to a resource only if the expression evaluates to `true`. A
1531
- # condition can add constraints based on attributes of the request, the resource,
1532
- # or both. To learn which resources support conditions in their IAM policies,
1533
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1534
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1535
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1536
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1537
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1538
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1539
- # title": "expirable access", "description": "Does not grant access after Sep
1540
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1541
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1542
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1543
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1544
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1545
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1546
- # description: Does not grant access after Sep 2020 expression: request.time <
1547
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1548
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1549
- # google.com/iam/docs/).
1525
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1526
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1527
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1528
+ # an IAM predefined role or a user-created custom role. For some types of Google
1529
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1530
+ # logical expression that allows access to a resource only if the expression
1531
+ # evaluates to `true`. A condition can add constraints based on attributes of
1532
+ # the request, the resource, or both. To learn which resources support
1533
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1534
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1535
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1536
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1537
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1538
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1539
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1540
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1541
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1542
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1543
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1544
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1545
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1546
+ # access description: Does not grant access after Sep 2020 expression: request.
1547
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1548
+ # a description of IAM and its features, see the [IAM documentation](https://
1549
+ # cloud.google.com/iam/docs/).
1550
1550
  class Policy
1551
1551
  include Google::Apis::Core::Hashable
1552
1552
 
@@ -1555,14 +1555,14 @@ module Google
1555
1555
  # @return [Array<Google::Apis::DeploymentmanagerAlpha::AuditConfig>]
1556
1556
  attr_accessor :audit_configs
1557
1557
 
1558
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1559
- # condition` that determines how and when the `bindings` are applied. Each of
1560
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1561
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1562
- # groups. Each occurrence of a member counts towards these limits. For example,
1563
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1564
- # not to any other member, then you can add another 1,450 members to the `
1565
- # bindings` in the `Policy`.
1558
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1559
+ # specify a `condition` that determines how and when the `bindings` are applied.
1560
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1561
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1562
+ # can be Google groups. Each occurrence of a principal counts towards these
1563
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1564
+ # example.com`, and not to any other principal, then you can add another 1,450
1565
+ # principals to the `bindings` in the `Policy`.
1566
1566
  # Corresponds to the JSON property `bindings`
1567
1567
  # @return [Array<Google::Apis::DeploymentmanagerAlpha::Binding>]
1568
1568
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerAlpha
18
18
  # Version of the google-apis-deploymentmanager_alpha 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_alpha
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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_alpha
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: