public sealed class BatchWriteSpansRequest : IMessage<BatchWriteSpansRequest>, IEquatable<BatchWriteSpansRequest>, IDeepCloneable<BatchWriteSpansRequest>, IBufferMessage, IMessage
The request message for the BatchWriteSpans method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `BatchWriteSpansRequest` class is used to send a request for the `BatchWriteSpans` method in the Google Cloud Trace V2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["It includes properties such as `Name`, `ProjectName`, and `Spans`, that are crucial for defining project details and the spans to be written."],["The latest version of this component is version 3.6.0, with version 3.0.0 being the base version of the documented content."],["The `Spans` property requires a list of new spans, that must have unique names, otherwise the result is undefined."]]],[]]