service property
The reference to the service that runs the extension.
Currently only callout extensions are supported here. To configure a
callout extension, service
must be a fully-qualified reference to a
backend service
in the format:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}
or
https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}
.
Required.
Implementation
core.String? service;