Uses of Class
io.envoyproxy.envoy.type.metadata.v3.MetadataKind
Packages that use MetadataKind
-
Uses of MetadataKind in io.envoyproxy.envoy.type.metadata.v3
Fields in io.envoyproxy.envoy.type.metadata.v3 declared as MetadataKindFields in io.envoyproxy.envoy.type.metadata.v3 with type parameters of type MetadataKindModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<MetadataKind> MetadataKind.PARSER
Methods in io.envoyproxy.envoy.type.metadata.v3 that return MetadataKindModifier and TypeMethodDescriptionMetadataKind.Builder.build()
MetadataKind.Builder.buildPartial()
static MetadataKind
MetadataKind.getDefaultInstance()
MetadataKind.Builder.getDefaultInstanceForType()
MetadataKind.getDefaultInstanceForType()
static MetadataKind
MetadataKind.parseDelimitedFrom
(InputStream input) static MetadataKind
MetadataKind.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataKind
MetadataKind.parseFrom
(byte[] data) static MetadataKind
MetadataKind.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataKind
MetadataKind.parseFrom
(com.google.protobuf.ByteString data) static MetadataKind
MetadataKind.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataKind
MetadataKind.parseFrom
(com.google.protobuf.CodedInputStream input) static MetadataKind
MetadataKind.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataKind
MetadataKind.parseFrom
(InputStream input) static MetadataKind
MetadataKind.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataKind
MetadataKind.parseFrom
(ByteBuffer data) static MetadataKind
MetadataKind.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.metadata.v3 that return types with arguments of type MetadataKindModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<MetadataKind> MetadataKind.getParserForType()
static com.google.protobuf.Parser
<MetadataKind> MetadataKind.parser()
Methods in io.envoyproxy.envoy.type.metadata.v3 with parameters of type MetadataKindModifier and TypeMethodDescriptionprivate void
MetadataKind.Builder.buildPartial0
(MetadataKind result) private void
MetadataKind.Builder.buildPartialOneofs
(MetadataKind result) MetadataKind.Builder.mergeFrom
(MetadataKind other) static MetadataKind.Builder
MetadataKind.newBuilder
(MetadataKind prototype) -
Uses of MetadataKind in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 declared as MetadataKindModifier and TypeFieldDescriptionprivate MetadataKind
CustomTag.Metadata.Builder.kind_
private MetadataKind
CustomTag.Metadata.kind_
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type MetadataKindModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MetadataKind, MetadataKind.Builder, MetadataKindOrBuilder> CustomTag.Metadata.Builder.kindBuilder_
Methods in io.envoyproxy.envoy.type.tracing.v3 that return MetadataKindModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.getKind()
Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.getKind()
Specify what kind of metadata to obtain tag value from.CustomTag.MetadataOrBuilder.getKind()
Specify what kind of metadata to obtain tag value from.Methods in io.envoyproxy.envoy.type.tracing.v3 that return types with arguments of type MetadataKindModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MetadataKind, MetadataKind.Builder, MetadataKindOrBuilder> CustomTag.Metadata.Builder.internalGetKindFieldBuilder()
Specify what kind of metadata to obtain tag value from.Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type MetadataKindModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.mergeKind
(MetadataKind value) Specify what kind of metadata to obtain tag value from.CustomTag.Metadata.Builder.setKind
(MetadataKind value) Specify what kind of metadata to obtain tag value from.