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: 59230c25edc05111eb1d6999863b745496e024a2551fc48a7cef2e431656a7ce
4
- data.tar.gz: 22b4d511a8949f9bd7171d901d68ca2055131fb74651370e2b756d7f28a0d17f
3
+ metadata.gz: 46e8e6c8e4568084b67053bc772e53a115161772772a47d6c670f98bcec83ca9
4
+ data.tar.gz: 14dcaf800c0e5d96ac16e319d36994a2d3c6c0d72f3705e8abcd9e33ad7c7c97
5
5
  SHA512:
6
- metadata.gz: 88ebcd33622c2b7559cb9fc38582f3dbd60d9f20bcdd45f5eb59838f9bcfb5444a0a48b8571c2977065cd2e7a340d0b0549e3ae85df152442521fd5300c0111d
7
- data.tar.gz: 940541d8ec68a02d75844adb66b5718859979638c3649f1c3fee0eb38153ff032ea499592fb834c4aac5172980d94c0dfeeee815cdcc0136c0b412dc037a2751
6
+ metadata.gz: eef8eee7491b0773a48f055716a7c55924ca527c6c42559da530022fc2d8be55567e5c8fc88f3984267c873760b7b4f2424f41fcd87470a4bc46be895a7c3cac
7
+ data.tar.gz: eb493446216d4cae97ec72455486ba9bc5b283cd5519cdef21457eca431a2834c63d72509dd0dc7d149cb7be880907ed16c0dc8861cc193d7122d77e0b0a02e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.59.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251015
6
+
3
7
  ### v0.58.0 (2025-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20250730
@@ -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. Setting
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. The metadata is available under the
388
- # namespace `com.google....`. For example: `com.google.lb_traffic_extension.
389
- # lbtrafficextension1.chain1.ext1`. The following variables are supported in the
390
- # metadata: ``forwarding_rule_id`` - substituted with the forwarding rule's
391
- # fully qualified resource name. This field must not be set for plugin
392
- # extensions. Setting it results in a validation error. You can set metadata at
393
- # either the resource level or the extension level. The extension level metadata
394
- # is recommended because you can pass a different set of metadata through each
395
- # extension to the backend. This field is subject to following limitations: *
396
- # The total size of the metadata must be less than 1KiB. * The total number of
397
- # keys in the metadata must be less than 16. * The length of each key must be
398
- # less than 64 characters. * The length of each value must be less than 1024
399
- # characters. * All values must be strings.
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
- # Required. The name for this extension. The name is logged as part of the HTTP
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. When this field is set to `
428
- # FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY`
429
- # and `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension`
430
- # resources, and only when the `service` field of the extension points to a `
431
- # BackendService`.
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.58.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 = "20250730"
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. A list of extra location types that should be used as conditions for
89
- # controlling the visibility of the locations.
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.58.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.58.0
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: