Uses of Class
io.envoyproxy.envoy.type.metadata.v3.MetadataKind.KindCase
-
Packages that use MetadataKind.KindCase Package Description io.envoyproxy.envoy.type.metadata.v3 -
-
Uses of MetadataKind.KindCase in io.envoyproxy.envoy.type.metadata.v3
Methods in io.envoyproxy.envoy.type.metadata.v3 that return MetadataKind.KindCase Modifier and Type Method Description static MetadataKind.KindCase
MetadataKind.KindCase. forNumber(int value)
MetadataKind.KindCase
MetadataKind.Builder. getKindCase()
MetadataKind.KindCase
MetadataKind. getKindCase()
MetadataKind.KindCase
MetadataKindOrBuilder. getKindCase()
static MetadataKind.KindCase
MetadataKind.KindCase. valueOf(int value)
Deprecated.static MetadataKind.KindCase
MetadataKind.KindCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetadataKind.KindCase[]
MetadataKind.KindCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-