Uses of Class
io.envoyproxy.envoy.type.metadata.v2.MetadataKey.Builder
Packages that use MetadataKey.Builder
-
Uses of MetadataKey.Builder in io.envoyproxy.envoy.type.metadata.v2
Methods in io.envoyproxy.envoy.type.metadata.v2 that return MetadataKey.BuilderModifier and TypeMethodDescriptionMetadataKey.Builder.addAllPath(Iterable<? extends MetadataKey.PathSegment> values) The path to retrieve the Value from the Struct.MetadataKey.Builder.addPath(int index, MetadataKey.PathSegment value) The path to retrieve the Value from the Struct.MetadataKey.Builder.addPath(int index, MetadataKey.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataKey.Builder.addPath(MetadataKey.PathSegment value) The path to retrieve the Value from the Struct.MetadataKey.Builder.addPath(MetadataKey.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataKey.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetadataKey.Builder.clear()MetadataKey.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MetadataKey.Builder.clearKey()The key name of Metadata to retrieve the Struct from the metadata.MetadataKey.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MetadataKey.Builder.clearPath()The path to retrieve the Value from the Struct.MetadataKey.Builder.clone()MetadataKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataKey.Builder.mergeFrom(com.google.protobuf.Message other) MetadataKey.Builder.mergeFrom(MetadataKey other) final MetadataKey.BuilderMetadataKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MetadataKey.BuilderMetadataKey.newBuilder()static MetadataKey.BuilderMetadataKey.newBuilder(MetadataKey prototype) MetadataKey.newBuilderForType()protected MetadataKey.BuilderMetadataKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MetadataKey.Builder.removePath(int index) The path to retrieve the Value from the Struct.The key name of Metadata to retrieve the Struct from the metadata.MetadataKey.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key name of Metadata to retrieve the Struct from the metadata.MetadataKey.Builder.setPath(int index, MetadataKey.PathSegment value) The path to retrieve the Value from the Struct.MetadataKey.Builder.setPath(int index, MetadataKey.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.MetadataKey.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final MetadataKey.BuilderMetadataKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MetadataKey.toBuilder() -
Uses of MetadataKey.Builder in io.envoyproxy.envoy.type.tracing.v2
Methods in io.envoyproxy.envoy.type.tracing.v2 that return MetadataKey.BuilderModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.getMetadataKeyBuilder()Metadata key to define the path to retrieve the tag value.Methods in io.envoyproxy.envoy.type.tracing.v2 with parameters of type MetadataKey.BuilderModifier and TypeMethodDescriptionCustomTag.Metadata.Builder.setMetadataKey(MetadataKey.Builder builderForValue) Metadata key to define the path to retrieve the tag value.