google-apis-compute_v1 0.93.0 → 0.95.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: 754721d65872d0f2df62dc6def5e2ba63f310274c5f7718ab0a45ee4deac7ef8
4
+ data.tar.gz: fd35fc8e793d5dc9a8ad20bd179e810f59ae53ed1a891f521322161ee0d6753b
5
5
  SHA512:
6
- metadata.gz: 5aeacb6134ac12bcf1060be005b620f12c94916c9fca20c644b71907862899f2bd59cad6a7495b32784a62cd9bdb00f86282abdabab087a2598b8601cb3674a6
7
- data.tar.gz: 79a50a3dd3954b5517763e8650f2e157ccc3c86abfc2a76f8fd48d831e078bc75b73966de6aa34e9574cd6d3ba971570926ade2c427633ba23851bb7e328645d
6
+ metadata.gz: 87b1a3c4bb2a293b3df21b06de4914d12318abfe6e70994c4ec327764b01725e2108c1c51ffbcc27e433cc1a1602d0b5dceaefc65fa7ec7f9aeb731dc8311d96
7
+ data.tar.gz: d74602a440d2cbf69cfd121713106b0806da4c5504d28f0306ef0688bcd829c92a67f974fc8d136da833c9c9212fff5bb5dfa5188ca4b7b6db5b689f1fda5ef8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.95.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240326
6
+
7
+ ### v0.94.0 (2024-03-31)
8
+
9
+ * Regenerated from discovery document revision 20240324
10
+
3
11
  ### v0.93.0 (2024-03-24)
4
12
 
5
13
  * 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
@@ -29029,8 +29030,9 @@ module Google
29029
29030
  # header transformations, before forwarding the request to the selected backend.
29030
29031
  # If defaultRouteAction specifies any weightedBackendServices, defaultService
29031
29032
  # must not be set. Conversely if defaultService is set, defaultRouteAction
29032
- # cannot contain any weightedBackendServices. Only one of defaultRouteAction or
29033
- # defaultUrlRedirect must be set. URL maps for classic Application Load
29033
+ # cannot contain any weightedBackendServices. If defaultRouteAction is specified,
29034
+ # don't set defaultUrlRedirect. If defaultRouteAction.weightedBackendServices
29035
+ # is specified, don't set defaultService. URL maps for classic Application Load
29034
29036
  # Balancers only support the urlRewrite action within a path matcher's
29035
29037
  # defaultRouteAction.
29036
29038
  # Corresponds to the JSON property `defaultRouteAction`
@@ -29047,11 +29049,11 @@ module Google
29047
29049
  # before sending the request to the backend. However, if defaultService is
29048
29050
  # specified, defaultRouteAction cannot contain any weightedBackendServices.
29049
29051
  # Conversely, if defaultRouteAction specifies any weightedBackendServices,
29050
- # defaultService must not be specified. Only one of defaultService,
29051
- # defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set.
29052
- # Authorization requires one or more of the following Google IAM permissions on
29053
- # the specified resource default_service: - compute.backendBuckets.use - compute.
29054
- # backendServices.use
29052
+ # defaultService must not be specified. If defaultService is specified, then set
29053
+ # either defaultUrlRedirect or defaultRouteAction.weightedBackendService. Don't
29054
+ # set both. Authorization requires one or more of the following Google IAM
29055
+ # permissions on the specified resource default_service: - compute.
29056
+ # backendBuckets.use - compute.backendServices.use
29055
29057
  # Corresponds to the JSON property `defaultService`
29056
29058
  # @return [String]
29057
29059
  attr_accessor :default_service
@@ -46220,9 +46222,9 @@ module Google
46220
46222
  # sending the request to the backend. However, if defaultService is specified,
46221
46223
  # defaultRouteAction cannot contain any weightedBackendServices. Conversely, if
46222
46224
  # routeAction specifies any weightedBackendServices, service must not be
46223
- # specified. Only one of defaultService, defaultUrlRedirect , or
46224
- # defaultRouteAction.weightedBackendService must be set. defaultService has no
46225
- # effect when the URL map is bound to a target gRPC proxy that has the
46225
+ # specified. If defaultService is specified, then set either defaultUrlRedirect ,
46226
+ # or defaultRouteAction.weightedBackendService Don't set both. defaultService
46227
+ # has no effect when the URL map is bound to a target gRPC proxy that has the
46226
46228
  # validateForProxyless field set to true.
46227
46229
  # Corresponds to the JSON property `defaultService`
46228
46230
  # @return [String]
@@ -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.95.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 = "20240326"
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.95.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-04-07 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.95.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: []