Class: Google::Cloud::Trace::V1::PatchTracesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V1::PatchTracesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v1/trace.rb
Overview
The request message for the PatchTraces
method.
Instance Attribute Summary collapse
-
#project_id ⇒ ::String
Required.
-
#traces ⇒ ::Google::Cloud::Trace::V1::Traces
Required.
Instance Attribute Details
#project_id ⇒ ::String
Returns Required. ID of the Cloud project where the trace data is stored.
280 281 282 283 |
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 280 class PatchTracesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#traces ⇒ ::Google::Cloud::Trace::V1::Traces
Returns Required. The body of the message.
280 281 282 283 |
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 280 class PatchTracesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |