Home

envoy.config.core.v3.Metadata

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.config.core.v3.Metadata
.withFilterMetadata({ key: types.google.protobuf.Struct })
.withTypedFilterMetadata({ key: types.google.protobuf.Any })
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
filter_metadata map[string] google.protobuf.Struct  
typed_filter_metadata map[string] google.protobuf.Any