Skip to content

Commit 4347078

Browse files
feat: Automated regeneration of deploymentmanager alpha client (googleapis#22311)
Auto-created at 2025-03-30 10:35:53 +0000 using the toys pull request generator.
1 parent 62102d9 commit 4347078

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150828,6 +150828,7 @@
150828150828
"/deploymentmanager:alpha/InputMapping/methodMatch": method_match
150829150829
"/deploymentmanager:alpha/InputMapping/value": value
150830150830
"/deploymentmanager:alpha/InstancesBulkInsertOperationMetadata": instances_bulk_insert_operation_metadata
150831+
"/deploymentmanager:alpha/InstancesBulkInsertOperationMetadata/machineType": machine_type
150831150832
"/deploymentmanager:alpha/InstancesBulkInsertOperationMetadata/perLocationStatus": per_location_status
150832150833
"/deploymentmanager:alpha/InstancesBulkInsertOperationMetadata/perLocationStatus/per_location_status": per_location_status
150833150834
"/deploymentmanager:alpha/LocalizedMessage": localized_message

generated/google-apis-deploymentmanager_alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-deploymentmanager_alpha
22

3+
### v0.34.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250320
6+
37
### v0.33.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250102

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,12 @@ def update!(**args)
12131213
class InstancesBulkInsertOperationMetadata
12141214
include Google::Apis::Core::Hashable
12151215

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+
12161222
# Status information per location (location name is key). Example key: zones/us-
12171223
# central1-a
12181224
# Corresponds to the JSON property `perLocationStatus`
@@ -1225,6 +1231,7 @@ def initialize(**args)
12251231

12261232
# Update properties of this object
12271233
def update!(**args)
1234+
@machine_type = args[:machine_type] if args.key?(:machine_type)
12281235
@per_location_status = args[:per_location_status] if args.key?(:per_location_status)
12291236
end
12301237
end

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DeploymentmanagerAlpha
1818
# Version of the google-apis-deploymentmanager_alpha gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250102"
25+
REVISION = "20250320"
2626
end
2727
end
2828
end

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
773773
class InstancesBulkInsertOperationMetadata
774774
# @private
775775
class Representation < Google::Apis::Core::JsonRepresentation
776+
property :machine_type, as: 'machineType'
776777
hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::DeploymentmanagerAlpha::BulkInsertOperationStatus, decorator: Google::Apis::DeploymentmanagerAlpha::BulkInsertOperationStatus::Representation
777778

778779
end

0 commit comments

Comments
 (0)