Uses of Class
com.google.devtools.cloudtrace.v2.SpanName
-
Packages that use SpanName Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of SpanName in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return SpanName Modifier and Type Method Description SpanName
SpanName.Builder. build()
static SpanName
SpanName. of(String project, String trace, String span)
static SpanName
SpanName. parse(String formattedString)
Methods in com.google.devtools.cloudtrace.v2 that return types with arguments of type SpanName Modifier and Type Method Description static List<SpanName>
SpanName. parseList(List<String> formattedStrings)
Method parameters in com.google.devtools.cloudtrace.v2 with type arguments of type SpanName Modifier and Type Method Description static List<String>
SpanName. toStringList(List<SpanName> values)
-