google-apis-compute_beta 0.97.0 → 0.98.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: 1fc0f6d5a0cc4accc7a2e8742bdce38e04f476e9063905dec14e2d445a227359
4
- data.tar.gz: 2aed4b0d8c9f7cffb957b8bec9ef8ba1a01e669ed33a3d337bd9ca2431478b5a
3
+ metadata.gz: fded344c3c8500eb4a69120ef8be02ce0c274d2a77c5bc7938b30e853fa7f717
4
+ data.tar.gz: d0b58010fb7344fb672f0d7d14d30d4f65bd4df6a4ced82a9eab5c36746a37cd
5
5
  SHA512:
6
- metadata.gz: c16d0552d71d46be9af4f8e98608315e0403db98a931556a946e815e5b79762672ce7dd3077f5aeac2260aeb245c2253bf1f023e223e1da66f37946540bf56a0
7
- data.tar.gz: a7e206d697540a71a2249a342c2dcd9db761b68c214a5ce6b81b1123699999382fe416afbdaf069652c4f44ce0dca936d42d9b683466a4a36deded9978e574f1
6
+ metadata.gz: 6eea8b2a1cddedff894bfc82e204c2298a3d00a0b99317f2d02274b03e3642f86107884a1f8fa08e5d77273e99eb3fc9250f3e844f5c0dc1680b4d3ae891548c
7
+ data.tar.gz: dd87e993da542426341f35b5e8073d700a9bffeb42149695e7bab3a7b1c72597084605c7fb7f502e3b8e7e367ae61ffe4f05c49a36d829b9241417028d3eedc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.98.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240326
6
+
3
7
  ### v0.97.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240324
@@ -31136,8 +31136,9 @@ module Google
31136
31136
  # header transformations, before forwarding the request to the selected backend.
31137
31137
  # If defaultRouteAction specifies any weightedBackendServices, defaultService
31138
31138
  # must not be set. Conversely if defaultService is set, defaultRouteAction
31139
- # cannot contain any weightedBackendServices. Only one of defaultRouteAction or
31140
- # defaultUrlRedirect must be set. URL maps for classic Application Load
31139
+ # cannot contain any weightedBackendServices. If defaultRouteAction is specified,
31140
+ # don't set defaultUrlRedirect. If defaultRouteAction.weightedBackendServices
31141
+ # is specified, don't set defaultService. URL maps for classic Application Load
31141
31142
  # Balancers only support the urlRewrite action within a path matcher's
31142
31143
  # defaultRouteAction.
31143
31144
  # Corresponds to the JSON property `defaultRouteAction`
@@ -31154,11 +31155,11 @@ module Google
31154
31155
  # before sending the request to the backend. However, if defaultService is
31155
31156
  # specified, defaultRouteAction cannot contain any weightedBackendServices.
31156
31157
  # Conversely, if defaultRouteAction specifies any weightedBackendServices,
31157
- # defaultService must not be specified. Only one of defaultService,
31158
- # defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set.
31159
- # Authorization requires one or more of the following Google IAM permissions on
31160
- # the specified resource default_service: - compute.backendBuckets.use - compute.
31161
- # backendServices.use
31158
+ # defaultService must not be specified. If defaultService is specified, then set
31159
+ # either defaultUrlRedirect or defaultRouteAction.weightedBackendService. Don't
31160
+ # set both. Authorization requires one or more of the following Google IAM
31161
+ # permissions on the specified resource default_service: - compute.
31162
+ # backendBuckets.use - compute.backendServices.use
31162
31163
  # Corresponds to the JSON property `defaultService`
31163
31164
  # @return [String]
31164
31165
  attr_accessor :default_service
@@ -49818,9 +49819,9 @@ module Google
49818
49819
  # sending the request to the backend. However, if defaultService is specified,
49819
49820
  # defaultRouteAction cannot contain any weightedBackendServices. Conversely, if
49820
49821
  # routeAction specifies any weightedBackendServices, service must not be
49821
- # specified. Only one of defaultService, defaultUrlRedirect , or
49822
- # defaultRouteAction.weightedBackendService must be set. defaultService has no
49823
- # effect when the URL map is bound to a target gRPC proxy that has the
49822
+ # specified. If defaultService is specified, then set either defaultUrlRedirect ,
49823
+ # or defaultRouteAction.weightedBackendService Don't set both. defaultService
49824
+ # has no effect when the URL map is bound to a target gRPC proxy that has the
49824
49825
  # validateForProxyless field set to true.
49825
49826
  # Corresponds to the JSON property `defaultService`
49826
49827
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.97.0"
19
+ GEM_VERSION = "0.98.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_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.97.0
4
+ version: 0.98.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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.97.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.98.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []