google-apis-deploymentmanager_v2 0.34.0 → 0.35.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: 81e05db0489caa4a9b092e56a05d64892f2e66d92733f10c94fd803b61faa80d
|
4
|
+
data.tar.gz: 9a25304908e95993ee48243ab23ecc03a5d36f6ffe7594d9782507660527dd40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2eb9d21f4c3c77a6eabf39bceb65ba57c309985b1218bd926f2f387f39d85cb3ddda774c0974c1c1061db320188ff499df83be484b9abeee0c4760c706a5037
|
7
|
+
data.tar.gz: aa4a1bb7683f752b271acc948907b6df447058948da5e56ee3beae5f7a8b577ef8f5504ce91535a29c997802e10fb37d5d5c6e37172150055794bb9975e16bc9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-deploymentmanager_v2
|
2
2
|
|
3
|
+
### v0.35.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250320
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.34.0 (2025-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250102
|
@@ -814,6 +814,12 @@ module Google
|
|
814
814
|
class InstancesBulkInsertOperationMetadata
|
815
815
|
include Google::Apis::Core::Hashable
|
816
816
|
|
817
|
+
# [Output Only] The machine type of the VMs that were created used internally
|
818
|
+
# only by KCP flex bulk insert.
|
819
|
+
# Corresponds to the JSON property `machineType`
|
820
|
+
# @return [String]
|
821
|
+
attr_accessor :machine_type
|
822
|
+
|
817
823
|
# Status information per location (location name is key). Example key: zones/us-
|
818
824
|
# central1-a
|
819
825
|
# Corresponds to the JSON property `perLocationStatus`
|
@@ -826,6 +832,7 @@ module Google
|
|
826
832
|
|
827
833
|
# Update properties of this object
|
828
834
|
def update!(**args)
|
835
|
+
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
829
836
|
@per_location_status = args[:per_location_status] if args.key?(:per_location_status)
|
830
837
|
end
|
831
838
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DeploymentmanagerV2
|
18
18
|
# Version of the google-apis-deploymentmanager_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.35.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
|
@@ -510,6 +510,7 @@ module Google
|
|
510
510
|
class InstancesBulkInsertOperationMetadata
|
511
511
|
# @private
|
512
512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
513
|
+
property :machine_type, as: 'machineType'
|
513
514
|
hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::DeploymentmanagerV2::BulkInsertOperationStatus, decorator: Google::Apis::DeploymentmanagerV2::BulkInsertOperationStatus::Representation
|
514
515
|
|
515
516
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-deploymentmanager_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.35.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
|
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 V2
|
79
79
|
test_files: []
|