blob: ea15329cfa0e6545e838dbe8947c9e94436f2cd7 [file] [log] [blame]
///
// Generated code. Do not modify.
// source: query.proto
//
// @dart = 2.3
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
const GetResultsRequest$json = const {
'1': 'GetResultsRequest',
'2': const [
const {'1': 'filter', '3': 1, '4': 1, '5': 9, '10': 'filter'},
const {'1': 'page_size', '3': 2, '4': 1, '5': 5, '10': 'pageSize'},
const {'1': 'page_token', '3': 3, '4': 1, '5': 9, '10': 'pageToken'},
],
};
const GetResultsResponse$json = const {
'1': 'GetResultsResponse',
'2': const [
const {
'1': 'results',
'3': 1,
'4': 3,
'5': 11,
'6': '.current_results.Result',
'10': 'results'
},
const {
'1': 'next_page_token',
'3': 2,
'4': 1,
'5': 9,
'10': 'nextPageToken'
},
],
};
const Result$json = const {
'1': 'Result',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
const {'1': 'configuration', '3': 2, '4': 1, '5': 9, '10': 'configuration'},
const {'1': 'result', '3': 3, '4': 1, '5': 9, '10': 'result'},
const {'1': 'expected', '3': 4, '4': 1, '5': 9, '10': 'expected'},
const {'1': 'flaky', '3': 5, '4': 1, '5': 8, '10': 'flaky'},
const {'1': 'time_ms', '3': 6, '4': 1, '5': 5, '10': 'timeMs'},
],
};
const ListTestsRequest$json = const {
'1': 'ListTestsRequest',
'2': const [
const {'1': 'prefix', '3': 1, '4': 1, '5': 9, '10': 'prefix'},
const {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
],
};
const ListTestsResponse$json = const {
'1': 'ListTestsResponse',
'2': const [
const {'1': 'names', '3': 1, '4': 3, '5': 9, '10': 'names'},
],
};
const ListConfigurationsRequest$json = const {
'1': 'ListConfigurationsRequest',
'2': const [
const {'1': 'prefix', '3': 1, '4': 1, '5': 9, '10': 'prefix'},
],
};
const ListConfigurationsResponse$json = const {
'1': 'ListConfigurationsResponse',
'2': const [
const {
'1': 'configurations',
'3': 1,
'4': 3,
'5': 9,
'10': 'configurations'
},
],
};
const FetchResponse$json = const {
'1': 'FetchResponse',
'2': const [
const {
'1': 'updates',
'3': 1,
'4': 3,
'5': 11,
'6': '.current_results.ConfigurationUpdate',
'10': 'updates'
},
],
};
const ConfigurationUpdate$json = const {
'1': 'ConfigurationUpdate',
'2': const [
const {'1': 'configuration', '3': 1, '4': 1, '5': 9, '10': 'configuration'},
],
};