Class: Google::Cloud::Trace::V1::PatchTracesRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#project_id::String

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

Returns:

  • (::String)

    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.

Returns:



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