Class: Google::Devtools::Cloudtrace::V1::GetTraceRequest

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

Overview

The request message for the +GetTrace+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

Returns ID of the Cloud project where the trace data is stored.

Returns:

  • (String)

    ID of the Cloud project where the trace data is stored.



247
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 247

class GetTraceRequest; end

#trace_idString

Returns ID of the trace to return.

Returns:

  • (String)

    ID of the trace to return.



247
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 247

class GetTraceRequest; end