Skip to content

Commit e62e0d5

Browse files
feat: Automated regeneration of deploymentmanager v2 client (googleapis#24163)
Auto-created at 2025-08-31 10:28:06 +0000 using the toys pull request generator.
1 parent c548f41 commit e62e0d5

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159687,6 +159687,8 @@
159687159687
"/deploymentmanager:v2/SetAutoscalerLinkOperationMetadata": set_autoscaler_link_operation_metadata
159688159688
"/deploymentmanager:v2/SetAutoscalerLinkOperationMetadata/zonalIgmIds": zonal_igm_ids
159689159689
"/deploymentmanager:v2/SetAutoscalerLinkOperationMetadata/zonalIgmIds/zonal_igm_id": zonal_igm_id
159690+
"/deploymentmanager:v2/SetAutoscalerLinkOperationMetadata/zoneToIgmIds": zone_to_igm_ids
159691+
"/deploymentmanager:v2/SetAutoscalerLinkOperationMetadata/zoneToIgmIds/zone_to_igm_id": zone_to_igm_id
159690159692
"/deploymentmanager:v2/SetCommonInstanceMetadataOperationMetadata": set_common_instance_metadata_operation_metadata
159691159693
"/deploymentmanager:v2/SetCommonInstanceMetadataOperationMetadata/clientOperationId": client_operation_id
159692159694
"/deploymentmanager:v2/SetCommonInstanceMetadataOperationMetadata/perLocationOperations": per_location_operations

generated/google-apis-deploymentmanager_v2/CHANGELOG.md

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

3+
### v0.38.0 (2025-08-31)
4+
5+
* Regenerated from discovery document revision 20250822
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.37.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,13 +2005,19 @@ class SetAutoscalerLinkOperationMetadata
20052005
# @return [Array<Fixnum>]
20062006
attr_accessor :zonal_igm_ids
20072007

2008+
# Map of zone to an ID of the zonal IGM belonging to the RMIG.
2009+
# Corresponds to the JSON property `zoneToIgmIds`
2010+
# @return [Hash<String,Fixnum>]
2011+
attr_accessor :zone_to_igm_ids
2012+
20082013
def initialize(**args)
20092014
update!(**args)
20102015
end
20112016

20122017
# Update properties of this object
20132018
def update!(**args)
20142019
@zonal_igm_ids = args[:zonal_igm_ids] if args.key?(:zonal_igm_ids)
2020+
@zone_to_igm_ids = args[:zone_to_igm_ids] if args.key?(:zone_to_igm_ids)
20152021
end
20162022
end
20172023

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DeploymentmanagerV2
1818
# Version of the google-apis-deploymentmanager_v2 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ class SetAutoscalerLinkOperationMetadata
813813
# @private
814814
class Representation < Google::Apis::Core::JsonRepresentation
815815
collection :zonal_igm_ids, as: 'zonalIgmIds'
816+
hash :zone_to_igm_ids, as: 'zoneToIgmIds'
816817
end
817818
end
818819

0 commit comments

Comments
 (0)