Uses of Class
io.envoyproxy.envoy.type.metadata.v2.MetadataKey
-
Packages that use MetadataKey Package Description io.envoyproxy.envoy.type.metadata.v2 io.envoyproxy.envoy.type.tracing.v2 -
-
Uses of MetadataKey in io.envoyproxy.envoy.type.metadata.v2
Methods in io.envoyproxy.envoy.type.metadata.v2 that return MetadataKey Modifier and Type Method Description MetadataKeyMetadataKey.Builder. build()MetadataKeyMetadataKey.Builder. buildPartial()static MetadataKeyMetadataKey. getDefaultInstance()MetadataKeyMetadataKey.Builder. getDefaultInstanceForType()MetadataKeyMetadataKey. getDefaultInstanceForType()static MetadataKeyMetadataKey. parseDelimitedFrom(InputStream input)static MetadataKeyMetadataKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataKeyMetadataKey. parseFrom(byte[] data)static MetadataKeyMetadataKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataKeyMetadataKey. parseFrom(com.google.protobuf.ByteString data)static MetadataKeyMetadataKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataKeyMetadataKey. parseFrom(com.google.protobuf.CodedInputStream input)static MetadataKeyMetadataKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataKeyMetadataKey. parseFrom(InputStream input)static MetadataKeyMetadataKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataKeyMetadataKey. parseFrom(ByteBuffer data)static MetadataKeyMetadataKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.metadata.v2 that return types with arguments of type MetadataKey Modifier and Type Method Description com.google.protobuf.Parser<MetadataKey>MetadataKey. getParserForType()static com.google.protobuf.Parser<MetadataKey>MetadataKey. parser()Methods in io.envoyproxy.envoy.type.metadata.v2 with parameters of type MetadataKey Modifier and Type Method Description MetadataKey.BuilderMetadataKey.Builder. mergeFrom(MetadataKey other)static MetadataKey.BuilderMetadataKey. newBuilder(MetadataKey prototype) -
Uses of MetadataKey in io.envoyproxy.envoy.type.tracing.v2
Methods in io.envoyproxy.envoy.type.tracing.v2 that return MetadataKey Modifier and Type Method Description MetadataKeyCustomTag.Metadata.Builder. getMetadataKey()Metadata key to define the path to retrieve the tag value.MetadataKeyCustomTag.Metadata. getMetadataKey()Metadata key to define the path to retrieve the tag value.MetadataKeyCustomTag.MetadataOrBuilder. getMetadataKey()Metadata key to define the path to retrieve the tag value.Methods in io.envoyproxy.envoy.type.tracing.v2 with parameters of type MetadataKey Modifier and Type Method Description CustomTag.Metadata.BuilderCustomTag.Metadata.Builder. mergeMetadataKey(MetadataKey value)Metadata key to define the path to retrieve the tag value.CustomTag.Metadata.BuilderCustomTag.Metadata.Builder. setMetadataKey(MetadataKey value)Metadata key to define the path to retrieve the tag value.
-