google-apis-deploymentmanager_alpha 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: d0f0142c93bb0c9eda1f99d6ce87be43354710d0d492d96be978ee74a59a6eb7
4
- data.tar.gz: 0a5d7818a268b9258801cf257c2c5adee0f36b1c69d0adebc963ca81437a1178
3
+ metadata.gz: bd08978e1161bcd8d2186ffbfd497274f876ebef25f48de5f79f442784c1140f
4
+ data.tar.gz: 859f7df7fdc03a26f8d7df79391872e88fccc1112beaf2e8ae13b95784293c8c
5
5
  SHA512:
6
- metadata.gz: cd53b95ab179f585364988bc82d9a2e9c57966e7dec6aaad57b819b2bd2039dbd9a79697968226dfdd1084df832cb16d46d68b8cac3e13cbd9ddfdfe3042a96b
7
- data.tar.gz: b81f7820ae8348a4c0d3306b79f67a6cc3a8ed5bad61781241be5b38f1a5eaafb2093825414d5697f3430665e45cb9128f322464e249b78a1594aa36f570581a
6
+ metadata.gz: 8493a02f437d1b1bddc22ef2d2e125a29c43647e12b5a391320b6dc3fd70e065ec17af93d6be4fff6b6fa2814582d1f5e7b70a32f5b962750b1e84f2c6e74e73
7
+ data.tar.gz: 279864f000b2b783bb08e979772a2d4c0c095df9395922d606e41cb90f634709ee12a91a52522a404baa29478c9e37f29a85efd020b3156858e05a976bbb9076
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-deploymentmanager_alpha
2
2
 
3
+ ### v0.34.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+
3
7
  ### v0.33.0 (2025-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20250102
@@ -1213,6 +1213,12 @@ module Google
1213
1213
  class InstancesBulkInsertOperationMetadata
1214
1214
  include Google::Apis::Core::Hashable
1215
1215
 
1216
+ # [Output Only] The machine type of the VMs that were created used internally
1217
+ # only by KCP flex bulk insert.
1218
+ # Corresponds to the JSON property `machineType`
1219
+ # @return [String]
1220
+ attr_accessor :machine_type
1221
+
1216
1222
  # Status information per location (location name is key). Example key: zones/us-
1217
1223
  # central1-a
1218
1224
  # Corresponds to the JSON property `perLocationStatus`
@@ -1225,6 +1231,7 @@ module Google
1225
1231
 
1226
1232
  # Update properties of this object
1227
1233
  def update!(**args)
1234
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
1228
1235
  @per_location_status = args[:per_location_status] if args.key?(:per_location_status)
1229
1236
  end
1230
1237
  end
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250102"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -773,6 +773,7 @@ module Google
773
773
  class InstancesBulkInsertOperationMetadata
774
774
  # @private
775
775
  class Representation < Google::Apis::Core::JsonRepresentation
776
+ property :machine_type, as: 'machineType'
776
777
  hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::DeploymentmanagerAlpha::BulkInsertOperationStatus, decorator: Google::Apis::DeploymentmanagerAlpha::BulkInsertOperationStatus::Representation
777
778
 
778
779
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.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-01-12 00:00:00.000000000 Z
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_alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.34.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:
@@ -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.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Deployment Manager V2 API Alpha
79
79
  test_files: []