google-apis-deploymentmanager_v2beta 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: 2b15c1f10b7785cc751d2ef33059c07932dd2588a0adc0da54de7bfdd562e7a9
4
- data.tar.gz: 4629a46d2fd1b0218afe04d7db0708c199fa96e97fcc81ee73a9bb6eb8d07327
3
+ metadata.gz: 1a0d62f84f3ca59949b7a5b0099f7eb6668d5f0975c92537bfe85863b8b2cd36
4
+ data.tar.gz: 5fca16a661df1e78fbec8b310aedd794954f4a0c844e19b35f0ff7e4335bd4e3
5
5
  SHA512:
6
- metadata.gz: '0856ad002e87781de1b371921b2bdcbb206246fbdf27910d92a70e2f869f468f6ce7d5af0cf2e16cd4e86c95be85dfc7eba45d741f37ef8816b63228335eaa27'
7
- data.tar.gz: d32842b8b7caa337926cce19ca71334ff424794df5aff6b15afabca6082ca443e6d1ce65f7ba1e91a313504034ee36641dfb9ac186bcd1f99cfb5635f542a619
6
+ metadata.gz: bf003c35e2ea14ee6e40d2346293f79d1d786a4e6763a21be15175c275f252f38d7dcd625662108398700b1ef7eee75d29736449315b8589e6499612266326ac
7
+ data.tar.gz: fe82503d0fb8d7f894e9283926308b890eed3490bf11c15926c059d410d63f3e1da538963e074166b2b86191c97af5fe38f065f5479166f2f385ac467d11166e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.33.0 (2025-01-08)
4
+
5
+ * Regenerated from discovery document revision 20250102
6
+
3
7
  ### v0.32.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241122
@@ -896,16 +896,16 @@ module Google
896
896
  # @return [String]
897
897
  attr_accessor :domain
898
898
 
899
- # Additional structured details about this error. Keys must match /a-z+/ but
900
- # should ideally be lowerCamelCase. Also they must be limited to 64 characters
901
- # in length. When identifying the current value of an exceeded limit, the units
902
- # should be contained in the key, not the value. For example, rather than `"
903
- # instanceLimit": "100/request"`, should be returned as, `"
904
- # instanceLimitPerRequest": "100"`, if the client exceeds the number of
899
+ # Additional structured details about this error. Keys must match a regular
900
+ # expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
901
+ # limited to 64 characters in length. When identifying the current value of an
902
+ # exceeded limit, the units should be contained in the key, not the value. For
903
+ # example, rather than ``"instanceLimit": "100/request"``, should be returned as,
904
+ # ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
905
905
  # instances that can be created in a single (batch) request.
906
- # Corresponds to the JSON property `metadata`
906
+ # Corresponds to the JSON property `metadatas`
907
907
  # @return [Hash<String,String>]
908
- attr_accessor :metadata
908
+ attr_accessor :metadatas
909
909
 
910
910
  # The reason of the error. This is a constant value that identifies the
911
911
  # proximate cause of the error. Error reasons are unique within a particular
@@ -922,7 +922,7 @@ module Google
922
922
  # Update properties of this object
923
923
  def update!(**args)
924
924
  @domain = args[:domain] if args.key?(:domain)
925
- @metadata = args[:metadata] if args.key?(:metadata)
925
+ @metadatas = args[:metadatas] if args.key?(:metadatas)
926
926
  @reason = args[:reason] if args.key?(:reason)
927
927
  end
928
928
  end
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20241122"
25
+ REVISION = "20250102"
26
26
  end
27
27
  end
28
28
  end
@@ -681,7 +681,7 @@ module Google
681
681
  # @private
682
682
  class Representation < Google::Apis::Core::JsonRepresentation
683
683
  property :domain, as: 'domain'
684
- hash :metadata, as: 'metadata'
684
+ hash :metadatas, as: 'metadatas'
685
685
  property :reason, as: 'reason'
686
686
  end
687
687
  end
metadata CHANGED
@@ -1,14 +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.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.33.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
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 V2beta
82
79
  test_files: []