Class: Google::Devtools::Cloudtrace::V1::GetTraceRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V1::GetTraceRequest
- 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
-
#project_id ⇒ String
ID of the Cloud project where the trace data is stored.
-
#trace_id ⇒ String
ID of the trace to return.
Instance Attribute Details
#project_id ⇒ String
Returns ID of the Cloud project where the trace data is stored.
238 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 238 class GetTraceRequest; end |
#trace_id ⇒ String
Returns ID of the trace to return.
238 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 238 class GetTraceRequest; end |