@@ -591,8 +591,8 @@ class ExtensionChain
591591
592592 # Required. A set of extensions to execute for the matching request. At least
593593 # 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.
596596 # Corresponds to the JSON property `extensions`
597597 # @return [Array<Google::Apis::NetworkservicesV1::ExtensionChainExtension>]
598598 attr_accessor :extensions
@@ -695,15 +695,18 @@ class ExtensionChainExtension
695695 # in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
696696 # or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
697697 # wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
698- # LbTrafficExtension` and the `LbRouteExtension` resources.
698+ # LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
699+ # resources.
699700 # Corresponds to the JSON property `service`
700701 # @return [String]
701702 attr_accessor :service
702703
703704 # 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.
707710 # Corresponds to the JSON property `supportedEvents`
708711 # @return [Array<String>]
709712 attr_accessor :supported_events
0 commit comments