Class BatchWriteSpansRequest (1.6.1)

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

The request message for the BatchWriteSpans method.

Attributes

NameDescription
name str
Required. The name of the project where the spans belong. The format is ``projects/[PROJECT_ID]``.
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.

Inheritance

builtins.object > proto.message.Message > BatchWriteSpansRequest