google-apis-compute_v1 0.94.0 → 0.95.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: 6953f21547082d969dba6c3bb241aab523c74331fcf8178362cd9b8a9a7d0c0d
4
- data.tar.gz: 47364c5d701e432a542ef9df5c67671efc7615e964728b9b215d3984bea28841
3
+ metadata.gz: 754721d65872d0f2df62dc6def5e2ba63f310274c5f7718ab0a45ee4deac7ef8
4
+ data.tar.gz: fd35fc8e793d5dc9a8ad20bd179e810f59ae53ed1a891f521322161ee0d6753b
5
5
  SHA512:
6
- metadata.gz: 4b901afd298a928c303ff667afe31e37c69f8dff7fdad0516e3f6466a044a6326da7330e2806288e701eebbf36742c488e4a49d40b81e931e276bc54dbf9e050
7
- data.tar.gz: 19427d7689fbed285a02d350285e8a35b12d9662669aa282329a89cc462be8359500df6968317c63d039e3f047f67bc837c09d692a9de387276c3155fccf79f4
6
+ metadata.gz: 87b1a3c4bb2a293b3df21b06de4914d12318abfe6e70994c4ec327764b01725e2108c1c51ffbcc27e433cc1a1602d0b5dceaefc65fa7ec7f9aeb731dc8311d96
7
+ data.tar.gz: d74602a440d2cbf69cfd121713106b0806da4c5504d28f0306ef0688bcd829c92a67f974fc8d136da833c9c9212fff5bb5dfa5188ca4b7b6db5b689f1fda5ef8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.94.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240324
@@ -29030,8 +29030,9 @@ module Google
29030
29030
  # header transformations, before forwarding the request to the selected backend.
29031
29031
  # If defaultRouteAction specifies any weightedBackendServices, defaultService
29032
29032
  # must not be set. Conversely if defaultService is set, defaultRouteAction
29033
- # cannot contain any weightedBackendServices. Only one of defaultRouteAction or
29034
- # 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
29035
29036
  # Balancers only support the urlRewrite action within a path matcher's
29036
29037
  # defaultRouteAction.
29037
29038
  # Corresponds to the JSON property `defaultRouteAction`
@@ -29048,11 +29049,11 @@ module Google
29048
29049
  # before sending the request to the backend. However, if defaultService is
29049
29050
  # specified, defaultRouteAction cannot contain any weightedBackendServices.
29050
29051
  # Conversely, if defaultRouteAction specifies any weightedBackendServices,
29051
- # defaultService must not be specified. Only one of defaultService,
29052
- # defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set.
29053
- # Authorization requires one or more of the following Google IAM permissions on
29054
- # the specified resource default_service: - compute.backendBuckets.use - compute.
29055
- # 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
29056
29057
  # Corresponds to the JSON property `defaultService`
29057
29058
  # @return [String]
29058
29059
  attr_accessor :default_service
@@ -46221,9 +46222,9 @@ module Google
46221
46222
  # sending the request to the backend. However, if defaultService is specified,
46222
46223
  # defaultRouteAction cannot contain any weightedBackendServices. Conversely, if
46223
46224
  # routeAction specifies any weightedBackendServices, service must not be
46224
- # specified. Only one of defaultService, defaultUrlRedirect , or
46225
- # defaultRouteAction.weightedBackendService must be set. defaultService has no
46226
- # 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
46227
46228
  # validateForProxyless field set to true.
46228
46229
  # Corresponds to the JSON property `defaultService`
46229
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.94.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 = "20240324"
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.94.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-31 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.94.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: []