metadata property

Map<String, Object?>? metadata
getter/setter pair

The metadata provided here will be included in the ProcessingRequest.metadata_context.filter_metadata map field.

The metadata will be available under the key com.google.lb_traffic_extension.. The following variables are supported in the metadata: {forwarding_rule_id} - substituted with the forwarding rule's fully qualified resource name.

Optional.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? metadata;