Uses of Enum
io.envoyproxy.envoy.config.trace.v3.ZipkinConfig.CollectorEndpointVersion
Packages that use ZipkinConfig.CollectorEndpointVersion
-
Uses of ZipkinConfig.CollectorEndpointVersion in io.envoyproxy.envoy.config.trace.v3
Subclasses with type arguments of type ZipkinConfig.CollectorEndpointVersion in io.envoyproxy.envoy.config.trace.v3Modifier and TypeClassDescriptionstatic enumAvailable Zipkin collector endpoint versions.Fields in io.envoyproxy.envoy.config.trace.v3 declared as ZipkinConfig.CollectorEndpointVersionModifier and TypeFieldDescriptionprivate static final ZipkinConfig.CollectorEndpointVersion[]ZipkinConfig.CollectorEndpointVersion.VALUESFields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type ZipkinConfig.CollectorEndpointVersionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<ZipkinConfig.CollectorEndpointVersion> ZipkinConfig.CollectorEndpointVersion.internalValueMapMethods in io.envoyproxy.envoy.config.trace.v3 that return ZipkinConfig.CollectorEndpointVersionModifier and TypeMethodDescriptionZipkinConfig.CollectorEndpointVersion.forNumber(int value) ZipkinConfig.Builder.getCollectorEndpointVersion()Determines the selected collector endpoint version.ZipkinConfig.getCollectorEndpointVersion()Determines the selected collector endpoint version.ZipkinConfigOrBuilder.getCollectorEndpointVersion()Determines the selected collector endpoint version.ZipkinConfig.CollectorEndpointVersion.valueOf(int value) Deprecated.ZipkinConfig.CollectorEndpointVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.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.CollectorEndpointVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ZipkinConfig.CollectorEndpointVersion> ZipkinConfig.CollectorEndpointVersion.internalGetValueMap()Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type ZipkinConfig.CollectorEndpointVersionModifier and TypeMethodDescriptionZipkinConfig.Builder.setCollectorEndpointVersion(ZipkinConfig.CollectorEndpointVersion value) Determines the selected collector endpoint version.