google-apis-networkservices_v1beta1 0.58.0 → 0.59.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46e8e6c8e4568084b67053bc772e53a115161772772a47d6c670f98bcec83ca9
|
|
4
|
+
data.tar.gz: 14dcaf800c0e5d96ac16e319d36994a2d3c6c0d72f3705e8abcd9e33ad7c7c97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eef8eee7491b0773a48f055716a7c55924ca527c6c42559da530022fc2d8be55567e5c8fc88f3984267c873760b7b4f2424f41fcd87470a4bc46be895a7c3cac
|
|
7
|
+
data.tar.gz: eb493446216d4cae97ec72455486ba9bc5b283cd5519cdef21457eca431a2834c63d72509dd0dc7d149cb7be880907ed16c0dc8861cc193d7122d77e0b0a02e2
|
data/CHANGELOG.md
CHANGED
|
@@ -347,8 +347,8 @@ module Google
|
|
|
347
347
|
|
|
348
348
|
# Optional. When set to `TRUE`, the response from an extension service is
|
|
349
349
|
# allowed to set the `com.google.envoy.dynamic_forwarding` namespace in the
|
|
350
|
-
# dynamic metadata. This field is not supported for plugin extensions
|
|
351
|
-
# it results in a validation error.
|
|
350
|
+
# dynamic metadata. This field is not supported for plugin extensions or
|
|
351
|
+
# AuthzExtensions. Setting it results in a validation error.
|
|
352
352
|
# Corresponds to the JSON property `allowDynamicForwarding`
|
|
353
353
|
# @return [Boolean]
|
|
354
354
|
attr_accessor :allow_dynamic_forwarding
|
|
@@ -384,28 +384,30 @@ module Google
|
|
|
384
384
|
|
|
385
385
|
# Optional. The metadata provided here is included as part of the `
|
|
386
386
|
# metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest`
|
|
387
|
-
# message sent to the extension server.
|
|
388
|
-
#
|
|
389
|
-
#
|
|
390
|
-
#
|
|
391
|
-
#
|
|
392
|
-
#
|
|
393
|
-
#
|
|
394
|
-
#
|
|
395
|
-
#
|
|
396
|
-
#
|
|
397
|
-
#
|
|
398
|
-
# less than
|
|
399
|
-
#
|
|
387
|
+
# message sent to the extension server. For `AuthzExtension` resources, the
|
|
388
|
+
# metadata is available under the namespace `com.google.authz_extension.`. For
|
|
389
|
+
# other types of extensions, the metadata is available under the namespace `com.
|
|
390
|
+
# google....`. For example: `com.google.lb_traffic_extension.lbtrafficextension1.
|
|
391
|
+
# chain1.ext1`. The following variables are supported in the metadata: ``
|
|
392
|
+
# forwarding_rule_id`` - substituted with the forwarding rule's fully qualified
|
|
393
|
+
# resource name. This field must not be set for plugin extensions. Setting it
|
|
394
|
+
# results in a validation error. You can set metadata at either the resource
|
|
395
|
+
# level or the extension level. The extension level metadata is recommended
|
|
396
|
+
# because you can pass a different set of metadata through each extension to the
|
|
397
|
+
# backend. This field is subject to following limitations: * The total size of
|
|
398
|
+
# the metadata must be less than 1KiB. * The total number of keys in the
|
|
399
|
+
# metadata must be less than 16. * The length of each key must be less than 64
|
|
400
|
+
# characters. * The length of each value must be less than 1024 characters. *
|
|
401
|
+
# All values must be strings.
|
|
400
402
|
# Corresponds to the JSON property `metadata`
|
|
401
403
|
# @return [Hash<String,Object>]
|
|
402
404
|
attr_accessor :metadata
|
|
403
405
|
|
|
404
|
-
#
|
|
406
|
+
# Optional. The name for this extension. The name is logged as part of the HTTP
|
|
405
407
|
# request logs. The name must conform with RFC-1034, is restricted to lower-
|
|
406
408
|
# cased letters, numbers and hyphens, and can have a maximum length of 63
|
|
407
409
|
# characters. Additionally, the first character must be a letter and the last a
|
|
408
|
-
# letter or a number.
|
|
410
|
+
# letter or a number. This field is required except for AuthzExtension.
|
|
409
411
|
# Corresponds to the JSON property `name`
|
|
410
412
|
# @return [String]
|
|
411
413
|
attr_accessor :name
|
|
@@ -424,11 +426,13 @@ module Google
|
|
|
424
426
|
attr_accessor :request_body_send_mode
|
|
425
427
|
|
|
426
428
|
# Optional. Configures the send mode for response processing. If unspecified,
|
|
427
|
-
# the default value `STREAMED` is used.
|
|
428
|
-
#
|
|
429
|
-
#
|
|
430
|
-
#
|
|
431
|
-
#
|
|
429
|
+
# the default value `STREAMED` is used. The field can only be set if `
|
|
430
|
+
# supported_events` includes `RESPONSE_BODY`. If `supported_events` includes `
|
|
431
|
+
# RESPONSE_BODY`, but `response_body_send_mode` is unset, the default value `
|
|
432
|
+
# STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `
|
|
433
|
+
# supported_events` must include both `RESPONSE_BODY` and `RESPONSE_TRAILERS`.
|
|
434
|
+
# This field can be set only for `LbTrafficExtension` resources, and only when
|
|
435
|
+
# the `service` field of the extension points to a `BackendService`.
|
|
432
436
|
# Corresponds to the JSON property `responseBodySendMode`
|
|
433
437
|
# @return [String]
|
|
434
438
|
attr_accessor :response_body_send_mode
|
|
@@ -456,7 +460,9 @@ module Google
|
|
|
456
460
|
# required. For the `LbRouteExtension` resource, this field is optional. If
|
|
457
461
|
# unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `
|
|
458
462
|
# LbEdgeExtension` resource, this field is required and must only contain `
|
|
459
|
-
# REQUEST_HEADERS` event.
|
|
463
|
+
# REQUEST_HEADERS` event. For the `AuthzExtension` resource, this field is
|
|
464
|
+
# optional. `REQUEST_HEADERS` is the only supported event. If unspecified, `
|
|
465
|
+
# REQUEST_HEADERS` event is assumed as supported.
|
|
460
466
|
# Corresponds to the JSON property `supportedEvents`
|
|
461
467
|
# @return [Array<String>]
|
|
462
468
|
attr_accessor :supported_events
|
|
@@ -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.59.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251015"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -85,8 +85,8 @@ module Google
|
|
|
85
85
|
# @param [String] name
|
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
|
88
|
-
# Optional.
|
|
89
|
-
#
|
|
88
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
89
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
90
90
|
# @param [String] filter
|
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.59.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.59.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|