Uses of Class
io.opencensus.proto.trace.v1.TraceConfig.SamplerCase
-
Packages that use TraceConfig.SamplerCase Package Description io.opencensus.proto.trace.v1 -
-
Uses of TraceConfig.SamplerCase in io.opencensus.proto.trace.v1
Methods in io.opencensus.proto.trace.v1 that return TraceConfig.SamplerCase Modifier and Type Method Description static TraceConfig.SamplerCaseTraceConfig.SamplerCase. forNumber(int value)TraceConfig.SamplerCaseTraceConfig.Builder. getSamplerCase()TraceConfig.SamplerCaseTraceConfig. getSamplerCase()TraceConfig.SamplerCaseTraceConfigOrBuilder. getSamplerCase()static TraceConfig.SamplerCaseTraceConfig.SamplerCase. valueOf(int value)Deprecated.static TraceConfig.SamplerCaseTraceConfig.SamplerCase. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceConfig.SamplerCase[]TraceConfig.SamplerCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-