Class: Google::Devtools::Cloudtrace::V1::PatchTracesRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V1::PatchTracesRequest
- Defined in:
- lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb
Overview
The request message for the +PatchTraces+ method.
Instance Attribute Summary collapse
-
#project_id ⇒ String
ID of the Cloud project where the trace data is stored.
-
#traces ⇒ Google::Devtools::Cloudtrace::V1::Traces
The body of the message.
Instance Attribute Details
#project_id ⇒ String
Returns ID of the Cloud project where the trace data is stored.
256 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 256 class PatchTracesRequest; end |
#traces ⇒ Google::Devtools::Cloudtrace::V1::Traces
Returns The body of the message.
256 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 256 class PatchTracesRequest; end |