Uses of Class
io.envoyproxy.envoy.type.metadata.v2.MetadataKind.KindCase
-
Packages that use MetadataKind.KindCase Package Description io.envoyproxy.envoy.type.metadata.v2 -
-
Uses of MetadataKind.KindCase in io.envoyproxy.envoy.type.metadata.v2
Methods in io.envoyproxy.envoy.type.metadata.v2 that return MetadataKind.KindCase Modifier and Type Method Description static MetadataKind.KindCaseMetadataKind.KindCase. forNumber(int value)MetadataKind.KindCaseMetadataKind.Builder. getKindCase()MetadataKind.KindCaseMetadataKind. getKindCase()MetadataKind.KindCaseMetadataKindOrBuilder. getKindCase()static MetadataKind.KindCaseMetadataKind.KindCase. valueOf(int value)Deprecated.static MetadataKind.KindCaseMetadataKind.KindCase. valueOf(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.
-