Specifies lightweight profiling mode. This mode is optimized for
low-latency, low-fidelity profiling.
When this mode is selected, the following fields must not be set:
sampling_percent, row_filter, include_fields, and exclude_fields.
LIGHTWEIGHT = 2;
LIGHTWEIGHT_VALUE
Specifies lightweight profiling mode. This mode is optimized for
low-latency, low-fidelity profiling.
When this mode is selected, the following fields must not be set:
sampling_percent, row_filter, include_fields, and exclude_fields.
LIGHTWEIGHT = 2;
MODE_UNSPECIFIED
Default value. This value is unused.
MODE_UNSPECIFIED = 0;
MODE_UNSPECIFIED_VALUE
Default value. This value is unused.
MODE_UNSPECIFIED = 0;
STANDARD
Performs standard profiling. The behavior is controlled by other fields
such as sampling_percent, row_filter, and column filters.
This mode allows for full scans or custom sampling.
STANDARD = 1;
STANDARD_VALUE
Performs standard profiling. The behavior is controlled by other fields
such as sampling_percent, row_filter, and column filters.
This mode allows for full scans or custom sampling.
[[["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 2026-06-18 UTC."],[],[]]