Class ListTracesRequest (0.24.1)

The request message for the ListTraces method. All fields are required unless specified.

Optional. Type of data returned for traces in the list. Default is MINIMAL.

Token identifying the page of results to return. If provided, use the value of the next_page_token field from a previous request.

End of the time interval (inclusive) during which the trace data was collected from the application.

Optional. Field used to sort the returned traces. Can be one of the following: - trace_id - name (name field of root span in the trace) - duration (difference between end_time and start_time fields of the root span) - start (start_time field of the root span) Descending order can be specified by appending desc to the sort field (for example, name desc). Only one sort field is permitted.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ListTracesRequest