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