PatchTracesRequest
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.
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;
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;
at line 65
Traces
getTraces()
The body of the message.
Generated from protobuf field .google.devtools.cloudtrace.v1.Traces traces = 2;
at line 76
setTraces(Traces $var)
The body of the message.
Generated from protobuf field .google.devtools.cloudtrace.v1.Traces traces = 2;