@@ -591,8 +591,8 @@ class ExtensionChain
591
591
592
592
# Required. A set of extensions to execute for the matching request. At least
593
593
# one extension is required. Up to 3 extensions can be defined for each
594
- # extension chain for `LbTrafficExtension` resource. `LbRouteExtension` chains
595
- # are limited to 1 extension per extension chain.
594
+ # extension chain for `LbTrafficExtension` resource. `LbRouteExtension` and `
595
+ # LbEdgeExtension` chains are limited to 1 extension per extension chain.
596
596
# Corresponds to the JSON property `extensions`
597
597
# @return [Array<Google::Apis::NetworkservicesV1::ExtensionChainExtension>]
598
598
attr_accessor :extensions
@@ -695,15 +695,18 @@ class ExtensionChainExtension
695
695
# in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
696
696
# or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
697
697
# wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
698
- # LbTrafficExtension` and the `LbRouteExtension` resources.
698
+ # LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
699
+ # resources.
699
700
# Corresponds to the JSON property `service`
700
701
# @return [String]
701
702
attr_accessor :service
702
703
703
704
# Optional. A set of events during request or response processing for which this
704
- # extension is called. This field is required for the `LbTrafficExtension`
705
- # resource. It is optional for the `LbRouteExtension` resource. If unspecified `
706
- # REQUEST_HEADERS` event is assumed as supported.
705
+ # extension is called. For the `LbTrafficExtension` resource, this field is
706
+ # required. For the `LbRouteExtension` resource, this field is optional. If
707
+ # unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `
708
+ # LbEdgeExtension` resource, this field is required and must only contain `
709
+ # REQUEST_HEADERS` event.
707
710
# Corresponds to the JSON property `supportedEvents`
708
711
# @return [Array<String>]
709
712
attr_accessor :supported_events
0 commit comments