google-apis-deploymentmanager_v2beta 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: 928484224f901a142818a5a04e80282f17d7f62bb067b590c1c8348bdc0ec8c2
4
- data.tar.gz: 96088999d129bb742a43863d18cc1542480995bb34aaee32c1fbf267f77f9e1a
3
+ metadata.gz: f42f0b4fbeb3735e8029c2d39f48c5af091f87bdf829d25085ecba888670f104
4
+ data.tar.gz: 49138c5e7ad443a4c9d3158674bef6ac54d8311b590290cbcfd1e657854868b9
5
5
  SHA512:
6
- metadata.gz: 54c575cbc2bf8f1d1a3a2e76d31af61b1e3416e8a8f08cce0de5adfabdc5979c017959ae04e0ce32239cad42856b14aad14f42879283a721533475ee8b69aac6
7
- data.tar.gz: 55f65f753536a937f31b81024bf5ba0300db513b2a795f41d5d0c2792e5f888c92f667082db08e39aef4726a464cb3ef7eb69355d6ded257f5577aa68fa8e400
6
+ metadata.gz: 44079681d160dd505d047459da2f30d21521f1eed5efe7ed591af268ad465651cc1f0fa97a62957f838bad974bc67999473259eec84025a50f9aa1ae9e8405f7
7
+ data.tar.gz: e7153556e8c3ce9768d620161a1b97bc710a5e1e66797d7d2752d6ec370e2c28648da9df2aa803295628db5eb340454701c8b51cbd6746187c6aad7268ddc9e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.37.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250822
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.36.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.35.0 (2025-04-13)
4
13
 
5
14
  * Regenerated from discovery document revision 20250403
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
 
@@ -2460,6 +2460,11 @@ module Google
2460
2460
  # @return [Array<Fixnum>]
2461
2461
  attr_accessor :zonal_igm_ids
2462
2462
 
2463
+ # Map of zone to an ID of the zonal IGM belonging to the RMIG.
2464
+ # Corresponds to the JSON property `zoneToIgmIds`
2465
+ # @return [Hash<String,Fixnum>]
2466
+ attr_accessor :zone_to_igm_ids
2467
+
2463
2468
  def initialize(**args)
2464
2469
  update!(**args)
2465
2470
  end
@@ -2467,6 +2472,7 @@ module Google
2467
2472
  # Update properties of this object
2468
2473
  def update!(**args)
2469
2474
  @zonal_igm_ids = args[:zonal_igm_ids] if args.key?(:zonal_igm_ids)
2475
+ @zone_to_igm_ids = args[:zone_to_igm_ids] if args.key?(:zone_to_igm_ids)
2470
2476
  end
2471
2477
  end
2472
2478
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2beta
18
18
  # Version of the google-apis-deploymentmanager_v2beta 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.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250403"
25
+ REVISION = "20250822"
26
26
  end
27
27
  end
28
28
  end
@@ -1080,6 +1080,7 @@ module Google
1080
1080
  # @private
1081
1081
  class Representation < Google::Apis::Core::JsonRepresentation
1082
1082
  collection :zonal_igm_ids, as: 'zonalIgmIds'
1083
+ hash :zone_to_igm_ids, as: 'zoneToIgmIds'
1083
1084
  end
1084
1085
  end
1085
1086
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2beta
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-04-16 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_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.37.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
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.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Deployment Manager V2 API V2beta
79
79
  test_files: []