Reference documentation and code samples for the Stackdriver Trace V1 Client class GetTraceRequest.
The request message for the GetTrace
method.
Generated from protobuf message google.devtools.cloudtrace.v1.GetTraceRequest
Namespace
Google \ Cloud \ Trace \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. ID of the Cloud project where the trace data is stored.
↳ trace_id
string
Required. ID of the trace to return.
getProjectId
Required. ID of the Cloud project where the trace data is stored.
string
setProjectId
Required. ID of the Cloud project where the trace data is stored.
var
string
$this
getTraceId
Required. ID of the trace to return.
string
setTraceId
Required. ID of the trace to return.
var
string
$this
static::build
projectId
string
Required. ID of the Cloud project where the trace data is stored.
traceId
string
Required. ID of the trace to return.

