Skip to content

Commit 06dd6d9

Browse files
Regenerate cloudtrace client
1 parent c9fa9d7 commit 06dd6d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/CloudTrace/Resource/ProjectsTraces.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class ProjectsTraces extends \Google\Service\Resource
3232
{
3333
/**
3434
* 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)
3637
*
3738
* @param string $name Required. The name of the project where the spans belong.
3839
* The format is `projects/[PROJECT_ID]`.

src/CloudTrace/Resource/ProjectsTracesSpans.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
class ProjectsTracesSpans extends \Google\Service\Resource
3131
{
3232
/**
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)
3435
*
3536
* @param string $name Required. The resource name of the span in the following
3637
* format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]`

0 commit comments

Comments
 (0)