Home

envoy.type.metadata.v3.MetadataKey

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.type.metadata.v3.MetadataKey
.withKey('string')
.withPath([ types.envoy.type.metadata.v3.MetadataKey.PathSegment ])
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
key string   {"String_":{"WellKnown":null,"min_len":1}}
path [] envoy.type.metadata.v3.MetadataKey.PathSegment yes  {"Repeated":{"min_items":1}}