Skip to content

Commit 55f2b43

Browse files
feat: Automated regeneration of deploymentmanager alpha client (googleapis#22403)
Auto-created at 2025-04-13 10:17:13 +0000 using the toys pull request generator.
1 parent a14be45 commit 55f2b43

File tree

5 files changed

+51
-2
lines changed

5 files changed

+51
-2
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151341,6 +151341,7 @@
151341151341
"/deploymentmanager:alpha/Operation/region": region
151342151342
"/deploymentmanager:alpha/Operation/selfLink": self_link
151343151343
"/deploymentmanager:alpha/Operation/selfLinkWithId": self_link_with_id
151344+
"/deploymentmanager:alpha/Operation/setAutoscalerLinkOperationMetadata": set_autoscaler_link_operation_metadata
151344151345
"/deploymentmanager:alpha/Operation/setCommonInstanceMetadataOperationMetadata": set_common_instance_metadata_operation_metadata
151345151346
"/deploymentmanager:alpha/Operation/startTime": start_time
151346151347
"/deploymentmanager:alpha/Operation/status": status
@@ -151470,6 +151471,9 @@
151470151471
"/deploymentmanager:alpha/Rule/permissions/permission": permission
151471151472
"/deploymentmanager:alpha/ServiceAccount": service_account
151472151473
"/deploymentmanager:alpha/ServiceAccount/email": email
151474+
"/deploymentmanager:alpha/SetAutoscalerLinkOperationMetadata": set_autoscaler_link_operation_metadata
151475+
"/deploymentmanager:alpha/SetAutoscalerLinkOperationMetadata/zonalIgmIds": zonal_igm_ids
151476+
"/deploymentmanager:alpha/SetAutoscalerLinkOperationMetadata/zonalIgmIds/zonal_igm_id": zonal_igm_id
151473151477
"/deploymentmanager:alpha/SetCommonInstanceMetadataOperationMetadata": set_common_instance_metadata_operation_metadata
151474151478
"/deploymentmanager:alpha/SetCommonInstanceMetadataOperationMetadata/clientOperationId": client_operation_id
151475151479
"/deploymentmanager:alpha/SetCommonInstanceMetadataOperationMetadata/perLocationOperations": per_location_operations

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.35.0 (2025-04-13)
4+
5+
* Regenerated from discovery document revision 20250403
6+
37
### v0.34.0 (2025-03-30)
48

59
* Regenerated from discovery document revision 20250320

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,6 +1528,12 @@ class Operation
15281528
# @return [String]
15291529
attr_accessor :self_link_with_id
15301530

1531+
# This field is used internally by the Autoscaler team and should not be
1532+
# promoted to "alpha/beta/v1".
1533+
# Corresponds to the JSON property `setAutoscalerLinkOperationMetadata`
1534+
# @return [Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata]
1535+
attr_accessor :set_autoscaler_link_operation_metadata
1536+
15311537
# [Output Only] If the operation is for projects.setCommonInstanceMetadata, this
15321538
# field will contain information on all underlying zonal actions and their state.
15331539
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
@@ -1607,6 +1613,7 @@ def update!(**args)
16071613
@region = args[:region] if args.key?(:region)
16081614
@self_link = args[:self_link] if args.key?(:self_link)
16091615
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
1616+
@set_autoscaler_link_operation_metadata = args[:set_autoscaler_link_operation_metadata] if args.key?(:set_autoscaler_link_operation_metadata)
16101617
@set_common_instance_metadata_operation_metadata = args[:set_common_instance_metadata_operation_metadata] if args.key?(:set_common_instance_metadata_operation_metadata)
16111618
@start_time = args[:start_time] if args.key?(:start_time)
16121619
@status = args[:status] if args.key?(:status)
@@ -2565,6 +2572,25 @@ def update!(**args)
25652572
end
25662573
end
25672574

2575+
#
2576+
class SetAutoscalerLinkOperationMetadata
2577+
include Google::Apis::Core::Hashable
2578+
2579+
# List of zonal IGM IDs part of the RMIG.
2580+
# Corresponds to the JSON property `zonalIgmIds`
2581+
# @return [Array<Fixnum>]
2582+
attr_accessor :zonal_igm_ids
2583+
2584+
def initialize(**args)
2585+
update!(**args)
2586+
end
2587+
2588+
# Update properties of this object
2589+
def update!(**args)
2590+
@zonal_igm_ids = args[:zonal_igm_ids] if args.key?(:zonal_igm_ids)
2591+
end
2592+
end
2593+
25682594
#
25692595
class SetCommonInstanceMetadataOperationMetadata
25702596
include Google::Apis::Core::Hashable

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.34.0"
19+
GEM_VERSION = "0.35.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 = "20250320"
25+
REVISION = "20250403"
2626
end
2727
end
2828
end

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
370370
include Google::Apis::Core::JsonObjectSupport
371371
end
372372

373+
class SetAutoscalerLinkOperationMetadata
374+
class Representation < Google::Apis::Core::JsonRepresentation; end
375+
376+
include Google::Apis::Core::JsonObjectSupport
377+
end
378+
373379
class SetCommonInstanceMetadataOperationMetadata
374380
class Representation < Google::Apis::Core::JsonRepresentation; end
375381

@@ -848,6 +854,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
848854
property :region, as: 'region'
849855
property :self_link, as: 'selfLink'
850856
property :self_link_with_id, as: 'selfLinkWithId'
857+
property :set_autoscaler_link_operation_metadata, as: 'setAutoscalerLinkOperationMetadata', class: Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata, decorator: Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata::Representation
858+
851859
property :set_common_instance_metadata_operation_metadata, as: 'setCommonInstanceMetadataOperationMetadata', class: Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata, decorator: Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata::Representation
852860

853861
property :start_time, as: 'startTime'
@@ -1113,6 +1121,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
11131121
end
11141122
end
11151123

1124+
class SetAutoscalerLinkOperationMetadata
1125+
# @private
1126+
class Representation < Google::Apis::Core::JsonRepresentation
1127+
collection :zonal_igm_ids, as: 'zonalIgmIds'
1128+
end
1129+
end
1130+
11161131
class SetCommonInstanceMetadataOperationMetadata
11171132
# @private
11181133
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)