burying.pbjson.dart 3.63 KB
///
//  Generated code. Do not modify.
//  source: burying.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 BuryingRequest$json = const {
  '1': 'BuryingRequest',
  '2': const [
    const {
      '1': 'params',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.data.BuryingRequest.ParamsEntry',
      '10': 'params'
    },
    const {
      '1': 'device',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.data.DeviceInfo',
      '10': 'device'
    },
    const {
      '1': 'app',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.data.AppInfo',
      '10': 'app'
    },
    const {'1': 'type', '3': 4, '4': 1, '5': 9, '10': 'type'},
    const {'1': 'user_id', '3': 5, '4': 1, '5': 9, '10': 'userId'},
    const {'1': 'create_at', '3': 6, '4': 1, '5': 9, '10': 'createAt'},
    const {
      '1': 'gm_nginx_timestamp',
      '3': 7,
      '4': 1,
      '5': 2,
      '10': 'gmNginxTimestamp'
    },
    const {'1': 'app_session_id', '3': 8, '4': 1, '5': 9, '10': 'appSessionId'},
    const {'1': 'version', '3': 9, '4': 1, '5': 9, '10': 'version'},
    const {'1': 'gm_nginx_key', '3': 10, '4': 1, '5': 5, '10': 'gmNginxKey'},
  ],
  '3': const [BuryingRequest_ParamsEntry$json],
};

const BuryingRequest_ParamsEntry$json = const {
  '1': 'ParamsEntry',
  '2': const [
    const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
  ],
  '7': const {'7': true},
};

const DeviceInfo$json = const {
  '1': 'DeviceInfo',
  '2': const [
    const {'1': 'device_id', '3': 1, '4': 1, '5': 9, '10': 'deviceId'},
    const {'1': 'device_type', '3': 2, '4': 1, '5': 9, '10': 'deviceType'},
    const {'1': 'manufacturer', '3': 3, '4': 1, '5': 9, '10': 'manufacturer'},
    const {'1': 'lat', '3': 4, '4': 1, '5': 9, '10': 'lat'},
    const {'1': 'lng', '3': 5, '4': 1, '5': 9, '10': 'lng'},
    const {'1': 'is_WiFi', '3': 6, '4': 1, '5': 9, '10': 'isWiFi'},
    const {'1': 'ip', '3': 7, '4': 1, '5': 9, '10': 'ip'},
    const {'1': 'net_type', '3': 8, '4': 1, '5': 9, '10': 'netType'},
    const {'1': 'model', '3': 9, '4': 1, '5': 9, '10': 'model'},
    const {'1': 'sys_version', '3': 10, '4': 1, '5': 9, '10': 'sysVersion'},
    const {
      '1': 'android_device_id',
      '3': 11,
      '4': 1,
      '5': 9,
      '10': 'androidDeviceId'
    },
    const {'1': 'idfv', '3': 12, '4': 1, '5': 9, '10': 'idfv'},
    const {'1': 'idfa', '3': 13, '4': 1, '5': 9, '10': 'idfa'},
  ],
};

const AppInfo$json = const {
  '1': 'AppInfo',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
    const {'1': 'channel', '3': 3, '4': 1, '5': 9, '10': 'channel'},
    const {
      '1': 'current_city_id',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'currentCityId'
    },
    const {'1': 'grey_type', '3': 5, '4': 1, '5': 9, '10': 'greyType'},
    const {'1': 'serial_id', '3': 6, '4': 1, '5': 5, '10': 'serialId'},
    const {
      '1': 'user_type',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.data.AppInfo.UserTypeEntry',
      '10': 'userType'
    },
  ],
  '3': const [AppInfo_UserTypeEntry$json],
};

const AppInfo_UserTypeEntry$json = const {
  '1': 'UserTypeEntry',
  '2': const [
    const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
  ],
  '7': const {'7': true},
};

const BuryingResponse$json = const {
  '1': 'BuryingResponse',
  '2': const [
    const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
  ],
};