class ListTracesResponse extends Message

The response message for the ListTraces method.

Protobuf type Google\Devtools\Cloudtrace\V1\ListTracesResponse

Methods

__construct()

No description

RepeatedField
getTraces()

List of trace records returned.

setTraces(array|RepeatedField $var)

List of trace records returned.

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.

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.

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;

Return Value

RepeatedField

at line 55
setTraces(array|RepeatedField $var)

List of trace records returned.

Generated from protobuf field repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Parameters

array|RepeatedField $var

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;

Return Value

string

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;

Parameters

string $var