int
The hash ID is used to conserve network bandwidth for
duplicate stack traces within a single trace.
Often multiple spans will have identical stack traces. The
first occurrence of a stack trace should contain both the
stackFrame content and a value in stackTraceHashId.
Subsequent spans within the same request can refer to that
stack trace by only setting stackTraceHashId.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class StackTrace (1.16.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.16.2 (latest)](/python/docs/reference/cloudtrace/latest/google.cloud.trace_v2.types.StackTrace)\n- [1.16.0](/python/docs/reference/cloudtrace/1.16.0/google.cloud.trace_v2.types.StackTrace)\n- [1.15.0](/python/docs/reference/cloudtrace/1.15.0/google.cloud.trace_v2.types.StackTrace)\n- [1.14.1](/python/docs/reference/cloudtrace/1.14.1/google.cloud.trace_v2.types.StackTrace)\n- [1.13.5](/python/docs/reference/cloudtrace/1.13.5/google.cloud.trace_v2.types.StackTrace)\n- [1.12.0](/python/docs/reference/cloudtrace/1.12.0/google.cloud.trace_v2.types.StackTrace)\n- [1.11.3](/python/docs/reference/cloudtrace/1.11.3/google.cloud.trace_v2.types.StackTrace)\n- [1.10.0](/python/docs/reference/cloudtrace/1.10.0/google.cloud.trace_v2.types.StackTrace)\n- [1.9.1](/python/docs/reference/cloudtrace/1.9.1/google.cloud.trace_v2.types.StackTrace)\n- [1.8.0](/python/docs/reference/cloudtrace/1.8.0/google.cloud.trace_v2.types.StackTrace)\n- [1.7.3](/python/docs/reference/cloudtrace/1.7.3/google.cloud.trace_v2.types.StackTrace)\n- [1.6.2](/python/docs/reference/cloudtrace/1.6.2/google.cloud.trace_v2.types.StackTrace)\n- [1.5.1](/python/docs/reference/cloudtrace/1.5.1/google.cloud.trace_v2.types.StackTrace)\n- [1.4.0](/python/docs/reference/cloudtrace/1.4.0/google.cloud.trace_v2.types.StackTrace)\n- [1.3.4](/python/docs/reference/cloudtrace/1.3.4/google.cloud.trace_v2.types.StackTrace)\n- [1.2.0](/python/docs/reference/cloudtrace/1.2.0/google.cloud.trace_v2.types.StackTrace)\n- [1.1.0](/python/docs/reference/cloudtrace/1.1.0/google.cloud.trace_v2.types.StackTrace)\n- [1.0.0](/python/docs/reference/cloudtrace/1.0.0/google.cloud.trace_v2.types.StackTrace)\n- [0.24.2](/python/docs/reference/cloudtrace/0.24.2/google.cloud.trace_v2.types.StackTrace)\n- [0.23.0](/python/docs/reference/cloudtrace/0.23.0/google.cloud.trace_v2.types.StackTrace)\n- [0.22.1](/python/docs/reference/cloudtrace/0.22.1/google.cloud.trace_v2.types.StackTrace) \n\n StackTrace(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nA call stack appearing in a trace.\n\nClasses\n-------\n\n### StackFrame\n\n StackFrame(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRepresents a single stack frame in a stack trace.\n\n### StackFrames\n\n StackFrames(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nA collection of stack frames, which can be truncated."]]