Class ListTracesResponse (1.7.0)

ListTracesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for the ListTraces method.

Attributes

NameDescription
traces Sequence[google.cloud.trace_v1.types.Trace]
List of trace records as specified by the view parameter.
next_page_token str
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.

Inheritance

builtins.object > proto.message.Message > ListTracesResponse