A Common Expression Language (CEL) filter string. Available fields to filter by are measurement_id, measurement_type, name, test_step_id, test_report_id, numeric_value, string_value, boolean_value, passed, timestamp, created_date, modified_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.
A Common Expression Language (CEL) filter string. Available fields to filter by are test_step_id, test_report_id, parent_step_id, name, description, step_type, step_path, status, start_time, end_time, error_code, error_message, created_date, modified_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.
The maximum number of test measurements to return. The service may return fewer than this value. If unspecified, at most 50 test measurements will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token
string
A page token, received from a previous ListTestMeasurements call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTestMeasurements must match the call that provided the page token.
filter
string
A Common Expression Language (CEL) filter string. Available fields to filter by are measurement_id, measurement_type, name, test_step_id, test_report_id, numeric_value, string_value, boolean_value, passed, timestamp, created_date, modified_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.
order_by
string
How to order the retrieved test measurements. Formatted as a comma-separated string i.e. “FIELD_NAME[ desc],…”. Available fields to order_by are measurement_id, name, measurement_type, test_step_id, test_report_id, passed, timestamp, created_date, and modified_date. If left empty, items are ordered by timestamp in ascending order. For more information about the format of this field, read this Example: “timestamp asc,name”
The maximum number of test reports to return. The service may return fewer than this value. If unspecified, at most 50 test reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token
string
A page token, received from a previous ListTestReports call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTestReports must match the call that provided the page token.
filter
string
A Common Expression Language (CEL) filter string. Available fields to filter by are test_report_id, status, name, test_system_name, test_case, start_time, end_time, serial_number, created_by_user_id, modified_by_user_id, part_number, system_operator, run_id, archived_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.
order_by
string
How to order the retrieved test reports. Formatted as a comma-separated string i.e. “FIELD_NAME[ desc],…”. Available fields to order_by are test_report_id, name, test_system_name, test_case, start_time, end_time, created_date, and modified_date. If left empty, items are ordered by start_time in descending order (newest-first). For more information about the format of this field, read this Example: “start_time desc,name”
The maximum number of test steps to return. The service may return fewer than this value. If unspecified, at most 50 test steps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token
string
A page token, received from a previous ListTestSteps call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTestSteps must match the call that provided the page token.
filter
string
A Common Expression Language (CEL) filter string. Available fields to filter by are test_step_id, test_report_id, parent_step_id, name, description, step_type, step_path, status, start_time, end_time, error_code, error_message, created_date, modified_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.
order_by
string
How to order the retrieved test steps. Formatted as a comma-separated string i.e. “FIELD_NAME[ desc],…”. Available fields to order_by are test_step_id, name, step_type, step_path, status, start_time, end_time, created_date, and modified_date. If left empty, items are ordered by step_path in ascending order. For more information about the format of this field, read this Example: “step_path asc,start_time desc”
Names of Sift channels this measurement is associated with. Allows cross-plotting in Explore using the Report’s associated Run to resolve channels from names.
The field mask specifying which fields to update. The fields available to be updated are name, measurement_type, numeric_value, string_value, boolean_value, unit, numeric_bounds, string_bounds, passed, timestamp, description, and channel_names and metadata. When metadata is in the mask, the supplied list replaces all existing metadata for the measurement; sending an empty or omitted list clears all metadata.
The field mask specifying which fields to update. The fields available to be updated are status, name, test_system_name, test_case, start_time, end_time, serial_number, part_number, system_operator, run_id, and is_archived.
The field mask specifying which fields to update. The fields available to be updated are name, description, step_type, step_path, test_case, status, start_time, end_time, error_info, and metadata. When metadata is in the mask, the supplied list replaces all existing metadata for the test step; sending an empty or omitted list clears all metadata.