google-apis-deploymentmanager_alpha 0.32.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d1872355ce097e8f6040e4b2da348af173ce43ed3dc27f1066943c82c3cd852
4
- data.tar.gz: 04d3ca5bba8eeeb5efb3e9edee15d46cb2671c3a21ac12b5a1eee0873e8d5083
3
+ metadata.gz: d0f0142c93bb0c9eda1f99d6ce87be43354710d0d492d96be978ee74a59a6eb7
4
+ data.tar.gz: 0a5d7818a268b9258801cf257c2c5adee0f36b1c69d0adebc963ca81437a1178
5
5
  SHA512:
6
- metadata.gz: 5e20303d8066e8a8e67d3c63a37ea2ce2d0b5be4f7d76a5764cbed700834ee10472a916785415ec4fbb0a8369a22989a892b4d69beca53b188dfa3f14b1921d8
7
- data.tar.gz: 4d745fc7d67a99c3a4a21f16cfa2335a883e4b32a25cb553262c5ce32ab59ac40fd56f56f515f89ce62e5945605606ce6ac97dc2e59b0fad2805a2a85e4384f5
6
+ metadata.gz: cd53b95ab179f585364988bc82d9a2e9c57966e7dec6aaad57b819b2bd2039dbd9a79697968226dfdd1084df832cb16d46d68b8cac3e13cbd9ddfdfe3042a96b
7
+ data.tar.gz: b81f7820ae8348a4c0d3306b79f67a6cc3a8ed5bad61781241be5b38f1a5eaafb2093825414d5697f3430665e45cb9128f322464e249b78a1594aa36f570581a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-deploymentmanager_alpha
2
2
 
3
+ ### v0.33.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250102
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.32.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241122
@@ -948,16 +948,16 @@ module Google
948
948
  # @return [String]
949
949
  attr_accessor :domain
950
950
 
951
- # Additional structured details about this error. Keys must match /a-z+/ but
952
- # should ideally be lowerCamelCase. Also they must be limited to 64 characters
953
- # in length. When identifying the current value of an exceeded limit, the units
954
- # should be contained in the key, not the value. For example, rather than `"
955
- # instanceLimit": "100/request"`, should be returned as, `"
956
- # instanceLimitPerRequest": "100"`, if the client exceeds the number of
951
+ # Additional structured details about this error. Keys must match a regular
952
+ # expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
953
+ # limited to 64 characters in length. When identifying the current value of an
954
+ # exceeded limit, the units should be contained in the key, not the value. For
955
+ # example, rather than ``"instanceLimit": "100/request"``, should be returned as,
956
+ # ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
957
957
  # instances that can be created in a single (batch) request.
958
- # Corresponds to the JSON property `metadata`
958
+ # Corresponds to the JSON property `metadatas`
959
959
  # @return [Hash<String,String>]
960
- attr_accessor :metadata
960
+ attr_accessor :metadatas
961
961
 
962
962
  # The reason of the error. This is a constant value that identifies the
963
963
  # proximate cause of the error. Error reasons are unique within a particular
@@ -974,7 +974,7 @@ module Google
974
974
  # Update properties of this object
975
975
  def update!(**args)
976
976
  @domain = args[:domain] if args.key?(:domain)
977
- @metadata = args[:metadata] if args.key?(:metadata)
977
+ @metadatas = args[:metadatas] if args.key?(:metadatas)
978
978
  @reason = args[:reason] if args.key?(:reason)
979
979
  end
980
980
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerAlpha
18
18
  # Version of the google-apis-deploymentmanager_alpha gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241122"
25
+ REVISION = "20250102"
26
26
  end
27
27
  end
28
28
  end
@@ -709,7 +709,7 @@ module Google
709
709
  # @private
710
710
  class Representation < Google::Apis::Core::JsonRepresentation
711
711
  property :domain, as: 'domain'
712
- hash :metadata, as: 'metadata'
712
+ hash :metadatas, as: 'metadatas'
713
713
  property :reason, as: 'reason'
714
714
  end
715
715
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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-12-04 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.33.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
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 Alpha
82
79
  test_files: []