Uses of Class
io.opencensus.proto.trace.v1.Span.Link.Type
-
Packages that use Span.Link.Type Package Description io.opencensus.proto.trace.v1 -
-
Uses of Span.Link.Type in io.opencensus.proto.trace.v1
Methods in io.opencensus.proto.trace.v1 that return Span.Link.Type Modifier and Type Method Description static Span.Link.TypeSpan.Link.Type. forNumber(int value)Span.Link.TypeSpan.Link.Builder. getType()The relationship of the current span relative to the linked span.Span.Link.TypeSpan.Link. getType()The relationship of the current span relative to the linked span.Span.Link.TypeSpan.LinkOrBuilder. getType()The relationship of the current span relative to the linked span.static Span.Link.TypeSpan.Link.Type. valueOf(int value)Deprecated.static Span.Link.TypeSpan.Link.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Span.Link.TypeSpan.Link.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Span.Link.Type[]Span.Link.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.proto.trace.v1 that return types with arguments of type Span.Link.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Span.Link.Type>Span.Link.Type. internalGetValueMap()Methods in io.opencensus.proto.trace.v1 with parameters of type Span.Link.Type Modifier and Type Method Description Span.Link.BuilderSpan.Link.Builder. setType(Span.Link.Type value)The relationship of the current span relative to the linked span.
-