Class: Google::Cloud::Trace::V1::GetTraceRequest

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 GetTrace 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.



268
269
270
271
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 268

class GetTraceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trace_id::String

Returns Required. ID of the trace to return.

Returns:

  • (::String)

    Required. ID of the trace to return.



268
269
270
271
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 268

class GetTraceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end