google-apis-compute_v1 0.93.0 → 0.94.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: 7ce75aa739726ee26594a1cacf89db5e650e3d2c1524d4d5cc651d3fe5cca6b6
4
- data.tar.gz: f976656289e8500dcd721febc522d4cb20880580147a45a82da7b3f1fdc57f4a
3
+ metadata.gz: 6953f21547082d969dba6c3bb241aab523c74331fcf8178362cd9b8a9a7d0c0d
4
+ data.tar.gz: 47364c5d701e432a542ef9df5c67671efc7615e964728b9b215d3984bea28841
5
5
  SHA512:
6
- metadata.gz: 5aeacb6134ac12bcf1060be005b620f12c94916c9fca20c644b71907862899f2bd59cad6a7495b32784a62cd9bdb00f86282abdabab087a2598b8601cb3674a6
7
- data.tar.gz: 79a50a3dd3954b5517763e8650f2e157ccc3c86abfc2a76f8fd48d831e078bc75b73966de6aa34e9574cd6d3ba971570926ade2c427633ba23851bb7e328645d
6
+ metadata.gz: 4b901afd298a928c303ff667afe31e37c69f8dff7fdad0516e3f6466a044a6326da7330e2806288e701eebbf36742c488e4a49d40b81e931e276bc54dbf9e050
7
+ data.tar.gz: 19427d7689fbed285a02d350285e8a35b12d9662669aa282329a89cc462be8359500df6968317c63d039e3f047f67bc837c09d692a9de387276c3155fccf79f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.94.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240324
6
+
3
7
  ### v0.93.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240312
@@ -7923,12 +7923,13 @@ module Google
7923
7923
  # @return [String]
7924
7924
  attr_accessor :domain
7925
7925
 
7926
- # Additional structured details about this error. Keys should match /[a-zA-Z0-9-
7927
- # _]/ and be limited to 64 characters in length. When identifying the current
7928
- # value of an exceeded limit, the units should be contained in the key, not the
7929
- # value. For example, rather than `"instanceLimit": "100/request"`, should be
7930
- # returned as, `"instanceLimitPerRequest": "100"`, if the client exceeds the
7931
- # number of instances that can be created in a single (batch) request.
7926
+ # Additional structured details about this error. Keys must match /a-z+/ but
7927
+ # should ideally be lowerCamelCase. Also they must be limited to 64 characters
7928
+ # in length. When identifying the current value of an exceeded limit, the units
7929
+ # should be contained in the key, not the value. For example, rather than `"
7930
+ # instanceLimit": "100/request"`, should be returned as, `"
7931
+ # instanceLimitPerRequest": "100"`, if the client exceeds the number of
7932
+ # instances that can be created in a single (batch) request.
7932
7933
  # Corresponds to the JSON property `metadatas`
7933
7934
  # @return [Hash<String,String>]
7934
7935
  attr_accessor :metadatas
@@ -15730,7 +15731,7 @@ module Google
15730
15731
  attr_accessor :has_stateful_config
15731
15732
  alias_method :has_stateful_config?, :has_stateful_config
15732
15733
 
15733
- # [Output Only] Status of per-instance configurations on the instance.
15734
+ # [Output Only] Status of per-instance configurations on the instances.
15734
15735
  # Corresponds to the JSON property `perInstanceConfigs`
15735
15736
  # @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
15736
15737
  attr_accessor :per_instance_configs
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
25
+ REVISION = "20240324"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.93.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.94.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []