google-apis-deploymentmanager_v2beta 0.33.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,10 @@
|
|
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
|
+
|
3
8
|
### v0.33.0 (2025-01-08)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250102
|
@@ -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
|
@@ -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,13 +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
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v2beta/CHANGELOG.md
|
60
|
-
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
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Deployment Manager V2 API V2beta
|
79
79
|
test_files: []
|