google-apis-networkservices_v1beta1 0.41.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89ef0ec65232cccc013ed3fc467e38a107666926988295e0840e6f17947c3a12
|
4
|
+
data.tar.gz: bbff12d456a29f434f446dafb97685cfc405d43570fab8758bf67e0840bd0505
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2e4684a58d7414d67131ac8ee7f3213bd700774efe6cd533b02f1918f20585a78d89b7c04fe53d2ab0170531668b9e93562fc6e05dae373ec41b1adbb943178
|
7
|
+
data.tar.gz: 88b4a495d936f219c64c9497437394a416d021258709e001149e2538d4fe8e1952387d8fc7f5ffd84d807a93b4b87a220f73102b67c1821a0ceeae92723c5d48
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-networkservices_v1beta1
|
2
2
|
|
3
|
+
### v0.43.0 (2024-06-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240613
|
6
|
+
|
7
|
+
### v0.42.0 (2024-05-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240515
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.41.0 (2024-04-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240410
|
@@ -486,7 +486,7 @@ module Google
|
|
486
486
|
|
487
487
|
# Optional. A set of events during request or response processing for which this
|
488
488
|
# extension is called. This field is required for the `LbTrafficExtension`
|
489
|
-
# resource. It
|
489
|
+
# resource. It must not be set for the `LbRouteExtension` resource.
|
490
490
|
# Corresponds to the JSON property `supportedEvents`
|
491
491
|
# @return [Array<String>]
|
492
492
|
attr_accessor :supported_events
|
@@ -538,7 +538,7 @@ module Google
|
|
538
538
|
# Gateway represents the configuration for a proxy, typically a load balancer.
|
539
539
|
# It captures the ip:port over which the services are exposed by the proxy,
|
540
540
|
# along with any policy configurations. Routes have reference to to Gateways to
|
541
|
-
# dictate how requests should be routed by this Gateway. Next id:
|
541
|
+
# dictate how requests should be routed by this Gateway. Next id: 33
|
542
542
|
class Gateway
|
543
543
|
include Google::Apis::Core::Hashable
|
544
544
|
|
@@ -2106,6 +2106,16 @@ module Google
|
|
2106
2106
|
# @return [String]
|
2107
2107
|
attr_accessor :load_balancing_scheme
|
2108
2108
|
|
2109
|
+
# Optional. The metadata provided here is included as part of the `
|
2110
|
+
# metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest`
|
2111
|
+
# message sent to the extension server. The metadata is available under the
|
2112
|
+
# namespace `com.google.lb_route_extension.`. The following variables are
|
2113
|
+
# supported in the metadata Struct: ``forwarding_rule_id`` - substituted with
|
2114
|
+
# the forwarding rule's fully qualified resource name.
|
2115
|
+
# Corresponds to the JSON property `metadata`
|
2116
|
+
# @return [Hash<String,Object>]
|
2117
|
+
attr_accessor :metadata
|
2118
|
+
|
2109
2119
|
# Required. Identifier. Name of the `LbRouteExtension` resource in the following
|
2110
2120
|
# format: `projects/`project`/locations/`location`/lbRouteExtensions/`
|
2111
2121
|
# lb_route_extension``.
|
@@ -2130,6 +2140,7 @@ module Google
|
|
2130
2140
|
@forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules)
|
2131
2141
|
@labels = args[:labels] if args.key?(:labels)
|
2132
2142
|
@load_balancing_scheme = args[:load_balancing_scheme] if args.key?(:load_balancing_scheme)
|
2143
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
2133
2144
|
@name = args[:name] if args.key?(:name)
|
2134
2145
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2135
2146
|
end
|
@@ -2184,6 +2195,15 @@ module Google
|
|
2184
2195
|
# @return [String]
|
2185
2196
|
attr_accessor :load_balancing_scheme
|
2186
2197
|
|
2198
|
+
# Optional. The metadata provided here is included in the `ProcessingRequest.
|
2199
|
+
# metadata_context.filter_metadata` map field. The metadata is available under
|
2200
|
+
# the key `com.google.lb_traffic_extension.`. The following variables are
|
2201
|
+
# supported in the metadata: ``forwarding_rule_id`` - substituted with the
|
2202
|
+
# forwarding rule's fully qualified resource name.
|
2203
|
+
# Corresponds to the JSON property `metadata`
|
2204
|
+
# @return [Hash<String,Object>]
|
2205
|
+
attr_accessor :metadata
|
2206
|
+
|
2187
2207
|
# Required. Identifier. Name of the `LbTrafficExtension` resource in the
|
2188
2208
|
# following format: `projects/`project`/locations/`location`/lbTrafficExtensions/
|
2189
2209
|
# `lb_traffic_extension``.
|
@@ -2208,6 +2228,7 @@ module Google
|
|
2208
2228
|
@forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules)
|
2209
2229
|
@labels = args[:labels] if args.key?(:labels)
|
2210
2230
|
@load_balancing_scheme = args[:load_balancing_scheme] if args.key?(:load_balancing_scheme)
|
2231
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
2211
2232
|
@name = args[:name] if args.key?(:name)
|
2212
2233
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2213
2234
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1beta1
|
18
18
|
# Version of the google-apis-networkservices_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1007,6 +1007,7 @@ module Google
|
|
1007
1007
|
collection :forwarding_rules, as: 'forwardingRules'
|
1008
1008
|
hash :labels, as: 'labels'
|
1009
1009
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
1010
|
+
hash :metadata, as: 'metadata'
|
1010
1011
|
property :name, as: 'name'
|
1011
1012
|
property :update_time, as: 'updateTime'
|
1012
1013
|
end
|
@@ -1022,6 +1023,7 @@ module Google
|
|
1022
1023
|
collection :forwarding_rules, as: 'forwardingRules'
|
1023
1024
|
hash :labels, as: 'labels'
|
1024
1025
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
1026
|
+
hash :metadata, as: 'metadata'
|
1025
1027
|
property :name, as: 'name'
|
1026
1028
|
property :update_time, as: 'updateTime'
|
1027
1029
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkservices_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-networkservices_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|