class GetTraceRequest extends Message

The request message for the GetTrace method.

Protobuf type Google\Devtools\Cloudtrace\V1\GetTraceRequest

Methods

__construct()

No description

string
getProjectId()

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

setProjectId(string $var)

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

string
getTraceId()

ID of the trace to return.

setTraceId(string $var)

ID of the trace to return.

Details

at line 31
__construct()

at line 42
string getProjectId()

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

Generated from protobuf field string project_id = 1;

Return Value

string

at line 53
setProjectId(string $var)

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

Generated from protobuf field string project_id = 1;

Parameters

string $var

at line 65
string getTraceId()

ID of the trace to return.

Generated from protobuf field string trace_id = 2;

Return Value

string

at line 76
setTraceId(string $var)

ID of the trace to return.

Generated from protobuf field string trace_id = 2;

Parameters

string $var