google-apis-deploymentmanager_v2beta 0.36.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: 2e05cd51894f7c6bec6bb63da31e26ff829210a2f65bb7278520cc19c54d43a7
4
- data.tar.gz: 197c7415d8898789473067b4dfea1ff08be0e0346230e7032d532752143841ac
3
+ metadata.gz: f42f0b4fbeb3735e8029c2d39f48c5af091f87bdf829d25085ecba888670f104
4
+ data.tar.gz: 49138c5e7ad443a4c9d3158674bef6ac54d8311b590290cbcfd1e657854868b9
5
5
  SHA512:
6
- metadata.gz: 3945b00ad376deacfe99600e746eb706680385a50172f43381040146c99f174394d7d46d5f52006c4ab563fcfd49a205a23d813129f9ce72d60e8eb738a6997a
7
- data.tar.gz: 4834716f4165f8178ffd5a1ce15bfeb36cc0c93b3298294cd708abef27ebffe07fe1378a24c6d2227b113b33e62bad28ad181b136b1c7f645eee262b27b6f51e
6
+ metadata.gz: 44079681d160dd505d047459da2f30d21521f1eed5efe7ed591af268ad465651cc1f0fa97a62957f838bad974bc67999473259eec84025a50f9aa1ae9e8405f7
7
+ data.tar.gz: e7153556e8c3ce9768d620161a1b97bc710a5e1e66797d7d2752d6ec370e2c28648da9df2aa803295628db5eb340454701c8b51cbd6746187c6aad7268ddc9e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.36.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -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.36.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.17.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.36.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
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: []