google-apis-deploymentmanager_v2 0.32.0 → 0.34.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: f3dd46b245398780d444c29e7960c43ab614e68e228deacfc3123ba9a53dd1c5
4
- data.tar.gz: ec241064510c1fced2b25c41dfa1f336e4fc60135185fa5ea4253ef3616d87ac
3
+ metadata.gz: bb537ab4e980a0b696b2787f9f1cd0519b830c4e8f4fc676e090b4ce74b9bd38
4
+ data.tar.gz: 8f09dd9930db31b0a265041298020044fa6601a17840a28073cb265b29444e17
5
5
  SHA512:
6
- metadata.gz: 3f50c7c875b6e9ef2a35d6e412a898d1de21e0a29a0cedc708c007673c9eed22f65b4d35bd21d763f0ac803b1115e0ae5c4cf27013691cf3609a8fe26f254d4d
7
- data.tar.gz: fa1a0ffa28837bb63c9deb49aeb6c998d7ef180eaeb120b9ee6339015746310e4f989b7e6a8e88b97df9325bdd58a9bc0aa07f491bb557fdfe9dab4970f3db9e
6
+ metadata.gz: 59ffed3dc4d0d9c7bb1a1aea65e7f0b9b74903a5b065c7412f204fc1302899f9784dbc254413ecba7bea15d19f15fb50e42a3d4a97b8c76af272859186112b5e
7
+ data.tar.gz: d1d0b358fe6e35eeb64e41345fbcf090b433e90c210d2b5f4e9c3de62fc975036d5290e7b85dcf86e917fd014d5c487fa82ae3ee2e3d90ea5c8de7d288a29021
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
- ### v0.32.0 (2024-11-10)
3
+ ### v0.34.0 (2025-01-07)
4
4
 
5
- * Regenerated from discovery document revision 20241031
5
+ * Regenerated from discovery document revision 20250102
6
+
7
+ ### v0.33.0 (2024-12-02)
8
+
9
+ * Regenerated from discovery document revision 20241122
10
+
11
+ ### v0.32.0 (2024-11-17)
12
+
13
+ * Regenerated from discovery document revision 20241111
6
14
  * Regenerated using generator version 0.15.1
7
15
 
8
16
  ### v0.31.0 (2024-05-19)
@@ -587,16 +587,16 @@ module Google
587
587
  # @return [String]
588
588
  attr_accessor :domain
589
589
 
590
- # Additional structured details about this error. Keys must match /a-z+/ but
591
- # should ideally be lowerCamelCase. Also they must be limited to 64 characters
592
- # in length. When identifying the current value of an exceeded limit, the units
593
- # should be contained in the key, not the value. For example, rather than `"
594
- # instanceLimit": "100/request"`, should be returned as, `"
595
- # instanceLimitPerRequest": "100"`, if the client exceeds the number of
590
+ # Additional structured details about this error. Keys must match a regular
591
+ # expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
592
+ # limited to 64 characters in length. When identifying the current value of an
593
+ # exceeded limit, the units should be contained in the key, not the value. For
594
+ # example, rather than ``"instanceLimit": "100/request"``, should be returned as,
595
+ # ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
596
596
  # instances that can be created in a single (batch) request.
597
- # Corresponds to the JSON property `metadata`
597
+ # Corresponds to the JSON property `metadatas`
598
598
  # @return [Hash<String,String>]
599
- attr_accessor :metadata
599
+ attr_accessor :metadatas
600
600
 
601
601
  # The reason of the error. This is a constant value that identifies the
602
602
  # proximate cause of the error. Error reasons are unique within a particular
@@ -613,7 +613,7 @@ module Google
613
613
  # Update properties of this object
614
614
  def update!(**args)
615
615
  @domain = args[:domain] if args.key?(:domain)
616
- @metadata = args[:metadata] if args.key?(:metadata)
616
+ @metadatas = args[:metadatas] if args.key?(:metadatas)
617
617
  @reason = args[:reason] if args.key?(:reason)
618
618
  end
619
619
  end
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241031"
25
+ REVISION = "20250102"
26
26
  end
27
27
  end
28
28
  end
@@ -456,7 +456,7 @@ module Google
456
456
  # @private
457
457
  class Representation < Google::Apis::Core::JsonRepresentation
458
458
  property :domain, as: 'domain'
459
- hash :metadata, as: 'metadata'
459
+ hash :metadatas, as: 'metadatas'
460
460
  property :reason, as: 'reason'
461
461
  end
462
462
  end
metadata CHANGED
@@ -1,14 +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.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-17 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.34.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Deployment Manager V2 API V2
82
79
  test_files: []