File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
generated/google-apis-deploymentmanager_v2
lib/google/apis/deploymentmanager_v2 Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments