Class: Google::Devtools::Cloudtrace::V2::BatchWriteSpansRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Cloudtrace::V2::BatchWriteSpansRequest
 
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #spans  ⇒ Array<Google::Devtools::Cloudtrace::V2::Span> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of new spans.
 
Instance Attribute Details
#name ⇒ String
Returns 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  | 
  
#spans ⇒ Array<Google::Devtools::Cloudtrace::V2::Span>
Returns A list of new spans. The span names must not match existing spans, or the results are undefined.
      28  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/tracing.rb', line 28 class BatchWriteSpansRequest; end  |