google-apis-deploymentmanager_v2beta 0.12.0 → 0.15.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: 7ea23da3208ba387c5d2d7b12835538dcf657b13d4efd3ee64e551f3593136f0
4
- data.tar.gz: e0e447746c2a0dccaa4ec829a6ae4e9d9e6e6e166e112c5dd84f5eb79c80d580
3
+ metadata.gz: a4fb40df44ad82ad7815b2063483f94053ae29fcb9b523c0d76605afdb8f1e03
4
+ data.tar.gz: 25cfd9caf500fbfa03f091c29daca10583ac78cabeaf9c121fb90486df3b991e
5
5
  SHA512:
6
- metadata.gz: f117feffaf0e15b6705807498fbdd7ff6b116f1925d96dad82e885479cb1462a3cda2ec9756f2932e3f3542b30e4d4f012ef524acfe88ec87587ba95d4d993f5
7
- data.tar.gz: ede3ee011ed957a8724f2f87a132657e7b238615ad1050ad0c17ef7441c1d1ca294e880e111e4745afa5a4458ab65679f74aea3bee3641b44a417455cea6c964
6
+ metadata.gz: 1f3be941dc2702672dfcedfa6d0d35be4c19bc849ae4462c24d5e4fbd915fbb3ff0e3ea201d2ae7ab481f2c67e9dd1ed09849b8801935164722c2fbcb18cc36b
7
+ data.tar.gz: 8d298c324b96273c24c1180998b71c6c5054954758bb44053bc12b0646043728c82edbe3b838d441e313a0f3a0df4cfdaa5b843f158ca070eec3e29a6613a601
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.15.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.14.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220407
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.13.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.12.0 (2021-10-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20211014
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/deploymentmanager_v2beta"
51
51
  client = Google::Apis::DeploymentmanagerV2beta::DeploymentManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -62,8 +62,8 @@ module Google
62
62
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
63
63
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
64
64
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
65
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
66
- # DATA_WRITE logging.
65
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
66
+ # from DATA_WRITE logging.
67
67
  class AuditConfig
68
68
  include Google::Apis::Core::Hashable
69
69
 
@@ -206,7 +206,7 @@ module Google
206
206
  # @return [Google::Apis::DeploymentmanagerV2beta::Expr]
207
207
  attr_accessor :condition
208
208
 
209
- # Specifies the principals requesting access for a Cloud Platform resource. `
209
+ # Specifies the principals requesting access for a Google Cloud 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
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211014"
25
+ REVISION = "20220429"
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.12.0
4
+ version: 0.15.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-27 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.15.0
62
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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Deployment Manager V2 API V2beta