Uses of Class
io.envoyproxy.envoy.type.tracing.v3.CustomTag.Literal
-
Packages that use CustomTag.Literal Package Description io.envoyproxy.envoy.type.tracing.v3 -
-
Uses of CustomTag.Literal in io.envoyproxy.envoy.type.tracing.v3
Fields in io.envoyproxy.envoy.type.tracing.v3 declared as CustomTag.Literal Modifier and Type Field Description private static CustomTag.Literal
CustomTag.Literal. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.tracing.v3 with type parameters of type CustomTag.Literal Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CustomTag.Literal,CustomTag.Literal.Builder,CustomTag.LiteralOrBuilder>
CustomTag.Builder. literalBuilder_
private static com.google.protobuf.Parser<CustomTag.Literal>
CustomTag.Literal. PARSER
Methods in io.envoyproxy.envoy.type.tracing.v3 that return CustomTag.Literal Modifier and Type Method Description CustomTag.Literal
CustomTag.Literal.Builder. build()
CustomTag.Literal
CustomTag.Literal.Builder. buildPartial()
static CustomTag.Literal
CustomTag.Literal. getDefaultInstance()
CustomTag.Literal
CustomTag.Literal.Builder. getDefaultInstanceForType()
CustomTag.Literal
CustomTag.Literal. getDefaultInstanceForType()
CustomTag.Literal
CustomTag.Builder. getLiteral()
A literal custom tag.CustomTag.Literal
CustomTag. getLiteral()
A literal custom tag.CustomTag.Literal
CustomTagOrBuilder. getLiteral()
A literal custom tag.static CustomTag.Literal
CustomTag.Literal. parseDelimitedFrom(java.io.InputStream input)
static CustomTag.Literal
CustomTag.Literal. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Literal
CustomTag.Literal. parseFrom(byte[] data)
static CustomTag.Literal
CustomTag.Literal. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Literal
CustomTag.Literal. parseFrom(com.google.protobuf.ByteString data)
static CustomTag.Literal
CustomTag.Literal. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Literal
CustomTag.Literal. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomTag.Literal
CustomTag.Literal. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Literal
CustomTag.Literal. parseFrom(java.io.InputStream input)
static CustomTag.Literal
CustomTag.Literal. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomTag.Literal
CustomTag.Literal. parseFrom(java.nio.ByteBuffer data)
static CustomTag.Literal
CustomTag.Literal. 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.Literal Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CustomTag.Literal,CustomTag.Literal.Builder,CustomTag.LiteralOrBuilder>
CustomTag.Builder. getLiteralFieldBuilder()
A literal custom tag.com.google.protobuf.Parser<CustomTag.Literal>
CustomTag.Literal. getParserForType()
static com.google.protobuf.Parser<CustomTag.Literal>
CustomTag.Literal. parser()
Methods in io.envoyproxy.envoy.type.tracing.v3 with parameters of type CustomTag.Literal Modifier and Type Method Description private void
CustomTag.Literal.Builder. buildPartial0(CustomTag.Literal result)
CustomTag.Literal.Builder
CustomTag.Literal.Builder. mergeFrom(CustomTag.Literal other)
CustomTag.Builder
CustomTag.Builder. mergeLiteral(CustomTag.Literal value)
A literal custom tag.static CustomTag.Literal.Builder
CustomTag.Literal. newBuilder(CustomTag.Literal prototype)
CustomTag.Builder
CustomTag.Builder. setLiteral(CustomTag.Literal value)
A literal custom tag.
-