google-apis-deploymentmanager_v2beta 0.32.0 → 0.33.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: 1a0d62f84f3ca59949b7a5b0099f7eb6668d5f0975c92537bfe85863b8b2cd36
|
4
|
+
data.tar.gz: 5fca16a661df1e78fbec8b310aedd794954f4a0c844e19b35f0ff7e4335bd4e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf003c35e2ea14ee6e40d2346293f79d1d786a4e6763a21be15175c275f252f38d7dcd625662108398700b1ef7eee75d29736449315b8589e6499612266326ac
|
7
|
+
data.tar.gz: fe82503d0fb8d7f894e9283926308b890eed3490bf11c15926c059d410d63f3e1da538963e074166b2b86191c97af5fe38f065f5479166f2f385ac467d11166e
|
data/CHANGELOG.md
CHANGED
@@ -896,16 +896,16 @@ module Google
|
|
896
896
|
# @return [String]
|
897
897
|
attr_accessor :domain
|
898
898
|
|
899
|
-
# Additional structured details about this error. Keys must match
|
900
|
-
# should ideally be lowerCamelCase. Also they must be
|
901
|
-
# in length. When identifying the current value of an
|
902
|
-
# should be contained in the key, not the value. For
|
903
|
-
# instanceLimit": "100/request"
|
904
|
-
# instanceLimitPerRequest": "100"
|
899
|
+
# Additional structured details about this error. Keys must match a regular
|
900
|
+
# expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
|
901
|
+
# limited to 64 characters in length. When identifying the current value of an
|
902
|
+
# exceeded limit, the units should be contained in the key, not the value. For
|
903
|
+
# example, rather than ``"instanceLimit": "100/request"``, should be returned as,
|
904
|
+
# ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
|
905
905
|
# instances that can be created in a single (batch) request.
|
906
|
-
# Corresponds to the JSON property `
|
906
|
+
# Corresponds to the JSON property `metadatas`
|
907
907
|
# @return [Hash<String,String>]
|
908
|
-
attr_accessor :
|
908
|
+
attr_accessor :metadatas
|
909
909
|
|
910
910
|
# The reason of the error. This is a constant value that identifies the
|
911
911
|
# proximate cause of the error. Error reasons are unique within a particular
|
@@ -922,7 +922,7 @@ module Google
|
|
922
922
|
# Update properties of this object
|
923
923
|
def update!(**args)
|
924
924
|
@domain = args[:domain] if args.key?(:domain)
|
925
|
-
@
|
925
|
+
@metadatas = args[:metadatas] if args.key?(:metadatas)
|
926
926
|
@reason = args[:reason] if args.key?(:reason)
|
927
927
|
end
|
928
928
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -681,7 +681,7 @@ module Google
|
|
681
681
|
# @private
|
682
682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
683
683
|
property :domain, as: 'domain'
|
684
|
-
hash :
|
684
|
+
hash :metadatas, as: 'metadatas'
|
685
685
|
property :reason, as: 'reason'
|
686
686
|
end
|
687
687
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-deploymentmanager_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.33.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Deployment Manager V2 API V2beta
|
82
79
|
test_files: []
|