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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_beta/classes.rb +11 -10
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fded344c3c8500eb4a69120ef8be02ce0c274d2a77c5bc7938b30e853fa7f717
|
|
4
|
+
data.tar.gz: d0b58010fb7344fb672f0d7d14d30d4f65bd4df6a4ced82a9eab5c36746a37cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eea8b2a1cddedff894bfc82e204c2298a3d00a0b99317f2d02274b03e3642f86107884a1f8fa08e5d77273e99eb3fc9250f3e844f5c0dc1680b4d3ae891548c
|
|
7
|
+
data.tar.gz: dd87e993da542426341f35b5e8073d700a9bffeb42149695e7bab3a7b1c72597084605c7fb7f502e3b8e7e367ae61ffe4f05c49a36d829b9241417028d3eedc3
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
31140
|
-
#
|
|
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.
|
|
31158
|
-
# defaultUrlRedirect
|
|
31159
|
-
# Authorization requires one or more of the following Google IAM
|
|
31160
|
-
# the specified resource default_service: - 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.
|
|
49822
|
-
# defaultRouteAction.weightedBackendService
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|