Class: Google::Devtools::Cloudtrace::V2::BatchWriteSpansRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/tracing.rb

Overview

The request message for the +BatchWriteSpans+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)

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



28
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/tracing.rb', line 28

class BatchWriteSpansRequest; end

#spansArray<Google::Devtools::Cloudtrace::V2::Span>

Returns A list of new spans. The span names must not match existing spans, or the results are undefined.

Returns:



28
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/tracing.rb', line 28

class BatchWriteSpansRequest; end