Class BatchWriteSpansRequest (1.3.4)

BatchWriteSpansRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for the BatchWriteSpans method. .. attribute:: name

Required. The name of the project where the spans belong. The format is projects/[PROJECT_ID].

:type: str

Attribute

NameDescription
spans Sequence[google.cloud.trace_v2.types.Span]
Required. A list of new spans. The span names must not match existing spans, or the results are undefined.