class PatchTracesRequest extends Message

The request message for the PatchTraces method.

Protobuf type Google\Devtools\Cloudtrace\V1\PatchTracesRequest

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.

getTraces()

The body of the message.

setTraces(Traces $var)

The body of the message.

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
Traces getTraces()

The body of the message.

Generated from protobuf field .google.devtools.cloudtrace.v1.Traces traces = 2;

Return Value

Traces

at line 76
setTraces(Traces $var)

The body of the message.

Generated from protobuf field .google.devtools.cloudtrace.v1.Traces traces = 2;

Parameters

Traces $var