File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ class ProjectsTraces extends \Google\Service\Resource
32
32
{
33
33
/**
34
34
* Batch writes new spans to new or existing traces. You cannot update existing
35
- * spans. (traces.batchWrite)
35
+ * spans. If a span ID already exists, an additional copy of the span will be
36
+ * stored. (traces.batchWrite)
36
37
*
37
38
* @param string $name Required. The name of the project where the spans belong.
38
39
* The format is `projects/[PROJECT_ID]`.
Original file line number Diff line number Diff line change 30
30
class ProjectsTracesSpans extends \Google \Service \Resource
31
31
{
32
32
/**
33
- * Creates a new span. (spans.createSpan)
33
+ * Creates a new span. If a span ID already exists, an additional copy of the
34
+ * span will be stored. (spans.createSpan)
34
35
*
35
36
* @param string $name Required. The resource name of the span in the following
36
37
* format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]`
You can’t perform that action at this time.
0 commit comments