Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Metadata
-
Packages that use CustomTag.Metadata Package Description io.envoyproxy.envoy.type.tracing.v3 -
-
Uses of CustomTag.Metadata in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 declared as CustomTag.Metadata Modifier and Type Field Description private static CustomTag.Metadata
CustomTag.Metadata. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type CustomTag.Metadata Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CustomTag.Metadata,CustomTag.Metadata.Builder,CustomTag.MetadataOrBuilder>
CustomTag.Builder. metadataBuilder_
private static com.google.protobuf.Parser<CustomTag.Metadata>
CustomTag.Metadata. PARSER
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.Metadata Modifier and Type Method Description CustomTag.Metadata
CustomTag.Metadata.Builder. build()
CustomTag.Metadata
CustomTag.Metadata.Builder. buildPartial()
static CustomTag.Metadata
CustomTag.Metadata. getDefaultInstance()
CustomTag.Metadata
CustomTag.Metadata.Builder. getDefaultInstanceForType()
CustomTag.Metadata
CustomTag.Metadata. getDefaultInstanceForType()
CustomTag.Metadata
CustomTag.Builder. getMetadata()
A custom tag to obtain tag value from the metadata.CustomTag.Metadata
CustomTag. getMetadata()
A custom tag to obtain tag value from the metadata.CustomTag.Metadata
CustomTagOrBuilder. getMetadata()
A custom tag to obtain tag value from the metadata.static CustomTag.Metadata
CustomTag.Metadata. parseDelimitedFrom(java.io.InputStream input)
static CustomTag.Metadata
CustomTag.Metadata. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(byte[] data)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(com.google.protobuf.ByteString data)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(java.io.InputStream input)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(java.nio.ByteBuffer data)
static CustomTag.Metadata
CustomTag.Metadata. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.tracing.v3 that return types with arguments of type CustomTag.Metadata Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CustomTag.Metadata,CustomTag.Metadata.Builder,CustomTag.MetadataOrBuilder>
CustomTag.Builder. getMetadataFieldBuilder()
A custom tag to obtain tag value from the metadata.com.google.protobuf.Parser<CustomTag.Metadata>
CustomTag.Metadata. getParserForType()
static com.google.protobuf.Parser<CustomTag.Metadata>
CustomTag.Metadata. parser()
Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type CustomTag.Metadata Modifier and Type Method Description private void
CustomTag.Metadata.Builder. buildPartial0(CustomTag.Metadata result)
CustomTag.Metadata.Builder
CustomTag.Metadata.Builder. mergeFrom(CustomTag.Metadata other)
CustomTag.Builder
CustomTag.Builder. mergeMetadata(CustomTag.Metadata value)
A custom tag to obtain tag value from the metadata.static CustomTag.Metadata.Builder
CustomTag.Metadata. newBuilder(CustomTag.Metadata prototype)
CustomTag.Builder
CustomTag.Builder. setMetadata(CustomTag.Metadata value)
A custom tag to obtain tag value from the metadata.
-