Reference documentation and code samples for the Stackdriver Trace V1 Client class ListTracesResponse.
The response message for the ListTraces
method.
Generated from protobuf message google.devtools.cloudtrace.v1.ListTracesResponse
Namespace
Google \ Cloud \ Trace \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ traces
↳ next_page_token
string
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.
getTraces
List of trace records as specified by the view parameter.
setTraces
List of trace records as specified by the view parameter.
$this
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.
string
setNextPageToken
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.
var
string
$this

