google-apis-deploymentmanager_v2beta 0.32.0 → 0.34.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: b24ab76cd6d66e44116f2fe19b2b7b8cc4d3f43f5a4e6abe10056b6a8b6c9c1b
|
4
|
+
data.tar.gz: df61428d12d66e5d47e7937e428b16d9399c047270f517e0008ebdaa95f68e94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfe00adaf4c11d3058a3e1391d59e4e3f9539b03f25e8ed8503d8eb366b4ec0195002d92fa40c5b5738edc4cf754b60fd885ebe95f9e10b2157f2cf583724c82
|
7
|
+
data.tar.gz: 83893145dfa06908e8fc7c3f1ebb0fda47c38b7dc9eaa623c875ebbf7d7fec03ec3b5baca9c3d7b5b7dd750a281a54d026f2c28798f1027bb678cd4966501a53
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-deploymentmanager_v2beta
|
2
2
|
|
3
|
+
### v0.34.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250320
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.33.0 (2025-01-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250102
|
11
|
+
|
3
12
|
### v0.32.0 (2024-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241122
|
@@ -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
|
@@ -1161,6 +1161,12 @@ module Google
|
|
1161
1161
|
class InstancesBulkInsertOperationMetadata
|
1162
1162
|
include Google::Apis::Core::Hashable
|
1163
1163
|
|
1164
|
+
# [Output Only] The machine type of the VMs that were created used internally
|
1165
|
+
# only by KCP flex bulk insert.
|
1166
|
+
# Corresponds to the JSON property `machineType`
|
1167
|
+
# @return [String]
|
1168
|
+
attr_accessor :machine_type
|
1169
|
+
|
1164
1170
|
# Status information per location (location name is key). Example key: zones/us-
|
1165
1171
|
# central1-a
|
1166
1172
|
# Corresponds to the JSON property `perLocationStatus`
|
@@ -1173,6 +1179,7 @@ module Google
|
|
1173
1179
|
|
1174
1180
|
# Update properties of this object
|
1175
1181
|
def update!(**args)
|
1182
|
+
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
1176
1183
|
@per_location_status = args[:per_location_status] if args.key?(:per_location_status)
|
1177
1184
|
end
|
1178
1185
|
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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250320"
|
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
|
@@ -745,6 +745,7 @@ module Google
|
|
745
745
|
class InstancesBulkInsertOperationMetadata
|
746
746
|
# @private
|
747
747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
748
|
+
property :machine_type, as: 'machineType'
|
748
749
|
hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::DeploymentmanagerV2beta::BulkInsertOperationStatus, decorator: Google::Apis::DeploymentmanagerV2beta::BulkInsertOperationStatus::Representation
|
749
750
|
|
750
751
|
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.34.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-03-30 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.34.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.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Deployment Manager V2 API V2beta
|
82
79
|
test_files: []
|