Uses of Class
io.envoyproxy.envoy.config.trace.v3.ZipkinConfig.CollectorEndpointVersion
-
Packages that use ZipkinConfig.CollectorEndpointVersion Package Description io.envoyproxy.envoy.config.trace.v3 -
-
Uses of ZipkinConfig.CollectorEndpointVersion in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 declared as ZipkinConfig.CollectorEndpointVersion Modifier and Type Field Description private static ZipkinConfig.CollectorEndpointVersion[]
ZipkinConfig.CollectorEndpointVersion. VALUES
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type ZipkinConfig.CollectorEndpointVersion Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ZipkinConfig.CollectorEndpointVersion>
ZipkinConfig.CollectorEndpointVersion. internalValueMap
Methods in io.envoyproxy.envoy.config.trace.v3 that return ZipkinConfig.CollectorEndpointVersion Modifier and Type Method Description static ZipkinConfig.CollectorEndpointVersion
ZipkinConfig.CollectorEndpointVersion. forNumber(int value)
ZipkinConfig.CollectorEndpointVersion
ZipkinConfig.Builder. getCollectorEndpointVersion()
Determines the selected collector endpoint version.ZipkinConfig.CollectorEndpointVersion
ZipkinConfig. getCollectorEndpointVersion()
Determines the selected collector endpoint version.ZipkinConfig.CollectorEndpointVersion
ZipkinConfigOrBuilder. getCollectorEndpointVersion()
Determines the selected collector endpoint version.static ZipkinConfig.CollectorEndpointVersion
ZipkinConfig.CollectorEndpointVersion. valueOf(int value)
Deprecated.static ZipkinConfig.CollectorEndpointVersion
ZipkinConfig.CollectorEndpointVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ZipkinConfig.CollectorEndpointVersion
ZipkinConfig.CollectorEndpointVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ZipkinConfig.CollectorEndpointVersion[]
ZipkinConfig.CollectorEndpointVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type ZipkinConfig.CollectorEndpointVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ZipkinConfig.CollectorEndpointVersion>
ZipkinConfig.CollectorEndpointVersion. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type ZipkinConfig.CollectorEndpointVersion Modifier and Type Method Description ZipkinConfig.Builder
ZipkinConfig.Builder. setCollectorEndpointVersion(ZipkinConfig.CollectorEndpointVersion value)
Determines the selected collector endpoint version.
-