google-apis-deploymentmanager_alpha 0.37.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 077a34451abf594c9d0e942d081c38021945c8db671c49d13dbd4a1e0a418c6e
|
4
|
+
data.tar.gz: a48d054860621df5eee4ebce34dab2f0eda8692e6b13d1b1a80fd733f50db738
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf3d43d1ba7ba0fe2ec8bcec4cff2dab39d24ebd9d10bae8c32fe7418f63df36a22057e33da202fc46bba725aa5a0295b474a4ab28d1a031b4e9f36c18089452
|
7
|
+
data.tar.gz: f3b0d87d68f38ca5bacc8291d41b3542619097c5b567606e6b890b20359856a17903599cd6b2fe41324068d36ecf2ecb5b6483dba8c08befa8e0a121d587103b
|
data/CHANGELOG.md
CHANGED
@@ -1081,7 +1081,7 @@ module Google
|
|
1081
1081
|
# @return [Google::Apis::DeploymentmanagerAlpha::Policy]
|
1082
1082
|
attr_accessor :policy
|
1083
1083
|
|
1084
|
-
#
|
1084
|
+
# Update mask for the policy.
|
1085
1085
|
# Corresponds to the JSON property `updateMask`
|
1086
1086
|
# @return [String]
|
1087
1087
|
attr_accessor :update_mask
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250828"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-deploymentmanager_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|