Cloud Trace V1 API - Class Google::Cloud::Trace::V1::GetTraceRequest (v0.9.0)

Reference documentation and code samples for the Cloud Trace V1 API class Google::Cloud::Trace::V1::GetTraceRequest.

The request message for the GetTrace method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. ID of the Cloud project where the trace data is stored.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — 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.

#trace_id

def trace_id() -> ::String
Returns
  • (::String) — Required. ID of the trace to return.

#trace_id=

def trace_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the trace to return.
Returns
  • (::String) — Required. ID of the trace to return.