| Modifier and Type | Method and Description |
|---|---|
SpanName |
SpanName.Builder.build() |
static SpanName |
SpanName.of(String project,
String trace,
String span) |
static SpanName |
SpanName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<SpanName> |
SpanName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SpanName.toStringList(List<SpanName> values) |
Copyright © 2024 Google LLC. All rights reserved.