google-apis-deploymentmanager_v2 0.35.0 → 0.37.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: 81e05db0489caa4a9b092e56a05d64892f2e66d92733f10c94fd803b61faa80d
4
- data.tar.gz: 9a25304908e95993ee48243ab23ecc03a5d36f6ffe7594d9782507660527dd40
3
+ metadata.gz: 363f0e43043da3bd0918622e23dbf0d6d6c87fc67b45bfa522d2c1d695ddfeff
4
+ data.tar.gz: 241ee33b76bd5b19f2c7a0d5c5ac836fcfe7b301a329d3ff5561633ba2ba7622
5
5
  SHA512:
6
- metadata.gz: d2eb9d21f4c3c77a6eabf39bceb65ba57c309985b1218bd926f2f387f39d85cb3ddda774c0974c1c1061db320188ff499df83be484b9abeee0c4760c706a5037
7
- data.tar.gz: aa4a1bb7683f752b271acc948907b6df447058948da5e56ee3beae5f7a8b577ef8f5504ce91535a29c997802e10fb37d5d5c6e37172150055794bb9975e16bc9
6
+ metadata.gz: 5f33c1385a05395189e255ecbe259693b77237d46212f345bc5abc83664fe9825a36a4db4681b6716d2965a51bb734d29e4a548bd3f8f788c884c6ad44ddc9a6
7
+ data.tar.gz: 9324187f21508cca616b656874bb1e024039c861bb3eeb87224f050ecdca7512562b04db92475dbbd5262202acb74000b5822b859d492298fd0bb351a54c8aef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
+ ### v0.37.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.36.0 (2025-04-13)
8
+
9
+ * Regenerated from discovery document revision 20250403
10
+
3
11
  ### v0.35.0 (2025-03-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20250320
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/deployment-manager) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1084,6 +1084,12 @@ module Google
1084
1084
  # @return [String]
1085
1085
  attr_accessor :self_link_with_id
1086
1086
 
1087
+ # This field is used internally by the Autoscaler team and should not be
1088
+ # promoted to "alpha/beta/v1".
1089
+ # Corresponds to the JSON property `setAutoscalerLinkOperationMetadata`
1090
+ # @return [Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata]
1091
+ attr_accessor :set_autoscaler_link_operation_metadata
1092
+
1087
1093
  # [Output Only] If the operation is for projects.setCommonInstanceMetadata, this
1088
1094
  # field will contain information on all underlying zonal actions and their state.
1089
1095
  # Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
@@ -1163,6 +1169,7 @@ module Google
1163
1169
  @region = args[:region] if args.key?(:region)
1164
1170
  @self_link = args[:self_link] if args.key?(:self_link)
1165
1171
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
1172
+ @set_autoscaler_link_operation_metadata = args[:set_autoscaler_link_operation_metadata] if args.key?(:set_autoscaler_link_operation_metadata)
1166
1173
  @set_common_instance_metadata_operation_metadata = args[:set_common_instance_metadata_operation_metadata] if args.key?(:set_common_instance_metadata_operation_metadata)
1167
1174
  @start_time = args[:start_time] if args.key?(:start_time)
1168
1175
  @status = args[:status] if args.key?(:status)
@@ -1989,6 +1996,25 @@ module Google
1989
1996
  end
1990
1997
  end
1991
1998
 
1999
+ #
2000
+ class SetAutoscalerLinkOperationMetadata
2001
+ include Google::Apis::Core::Hashable
2002
+
2003
+ # List of zonal IGM IDs part of the RMIG.
2004
+ # Corresponds to the JSON property `zonalIgmIds`
2005
+ # @return [Array<Fixnum>]
2006
+ attr_accessor :zonal_igm_ids
2007
+
2008
+ def initialize(**args)
2009
+ update!(**args)
2010
+ end
2011
+
2012
+ # Update properties of this object
2013
+ def update!(**args)
2014
+ @zonal_igm_ids = args[:zonal_igm_ids] if args.key?(:zonal_igm_ids)
2015
+ end
2016
+ end
2017
+
1992
2018
  #
1993
2019
  class SetCommonInstanceMetadataOperationMetadata
1994
2020
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2
18
18
  # Version of the google-apis-deploymentmanager_v2 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250320"
25
+ REVISION = "20250403"
26
26
  end
27
27
  end
28
28
  end
@@ -280,6 +280,12 @@ module Google
280
280
  include Google::Apis::Core::JsonObjectSupport
281
281
  end
282
282
 
283
+ class SetAutoscalerLinkOperationMetadata
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
283
289
  class SetCommonInstanceMetadataOperationMetadata
284
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
291
 
@@ -574,6 +580,8 @@ module Google
574
580
  property :region, as: 'region'
575
581
  property :self_link, as: 'selfLink'
576
582
  property :self_link_with_id, as: 'selfLinkWithId'
583
+ property :set_autoscaler_link_operation_metadata, as: 'setAutoscalerLinkOperationMetadata', class: Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata::Representation
584
+
577
585
  property :set_common_instance_metadata_operation_metadata, as: 'setCommonInstanceMetadataOperationMetadata', class: Google::Apis::DeploymentmanagerV2::SetCommonInstanceMetadataOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2::SetCommonInstanceMetadataOperationMetadata::Representation
578
586
 
579
587
  property :start_time, as: 'startTime'
@@ -801,6 +809,13 @@ module Google
801
809
  end
802
810
  end
803
811
 
812
+ class SetAutoscalerLinkOperationMetadata
813
+ # @private
814
+ class Representation < Google::Apis::Core::JsonRepresentation
815
+ collection :zonal_igm_ids, as: 'zonalIgmIds'
816
+ end
817
+ end
818
+
804
819
  class SetCommonInstanceMetadataOperationMetadata
805
820
  # @private
806
821
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.37.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Deployment Manager V2 API V2
79
79
  test_files: []