ListTracesResponse
class ListTracesResponse extends Message
The response message for the ListTraces
method.
Protobuf type Google\Devtools\Cloudtrace\V1\ListTracesResponse
Methods
No description
List of trace records returned.
List of trace records returned.
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
Details
at line 33
__construct()
at line 44
RepeatedField
getTraces()
List of trace records returned.
Generated from protobuf field repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
at line 55
setTraces(array|RepeatedField $var)
List of trace records returned.
Generated from protobuf field repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
at line 69
string
getNextPageToken()
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
Generated from protobuf field string next_page_token = 2;
at line 82
setNextPageToken(string $var)
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
Generated from protobuf field string next_page_token = 2;