You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -396,6 +396,23 @@ final $typed_data.Uint8List resourceTypeDescriptor = $convert.base64Decode(
|
||||
'VSQ0VfVFlQRV9DT05ORUNUSU9OEDISIAocUkVTT1VSQ0VfVFlQRV9BVFRBQ0hNRU5UVFlQRRA8'
|
||||
'EhsKF1JFU09VUkNFX1RZUEVfQ0xBSU1UWVBFEEYSFgoSUkVTT1VSQ0VfVFlQRV9TSVRFEFA=');
|
||||
|
||||
@$core.Deprecated('Use periodUnitDescriptor instead')
|
||||
const PeriodUnit$json = {
|
||||
'1': 'PeriodUnit',
|
||||
'2': [
|
||||
{'1': 'PERIOD_UNIT_UNDEFINED', '2': 0},
|
||||
{'1': 'PERIOD_UNIT_WORK_HOUR', '2': 1},
|
||||
{'1': 'PERIOD_UNIT_WORK_DAY', '2': 2},
|
||||
{'1': 'PERIOD_UNIT_CALENDAR_DAY', '2': 3},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `PeriodUnit`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List periodUnitDescriptor = $convert.base64Decode(
|
||||
'CgpQZXJpb2RVbml0EhkKFVBFUklPRF9VTklUX1VOREVGSU5FRBAAEhkKFVBFUklPRF9VTklUX1'
|
||||
'dPUktfSE9VUhABEhgKFFBFUklPRF9VTklUX1dPUktfREFZEAISHAoYUEVSSU9EX1VOSVRfQ0FM'
|
||||
'RU5EQVJfREFZEAM=');
|
||||
|
||||
@$core.Deprecated('Use requestHeaderDescriptor instead')
|
||||
const RequestHeader$json = {
|
||||
'1': 'RequestHeader',
|
||||
@@ -2069,3 +2086,17 @@ final $typed_data.Uint8List fileDataResponseDescriptor = $convert.base64Decode(
|
||||
'ABKAlSC0NvbnRlbnRUeXBlEhgKB0NvbnRlbnQYAyABKAxSB0NvbnRlbnQ6DJJBCQoH0gEETmFt'
|
||||
'ZQ==');
|
||||
|
||||
@$core.Deprecated('Use periodDescriptor instead')
|
||||
const Period$json = {
|
||||
'1': 'Period',
|
||||
'2': [
|
||||
{'1': 'Value', '3': 1, '4': 1, '5': 3, '10': 'Value'},
|
||||
{'1': 'Unit', '3': 2, '4': 1, '5': 14, '6': '.api.PeriodUnit', '10': 'Unit'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Period`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List periodDescriptor = $convert.base64Decode(
|
||||
'CgZQZXJpb2QSFAoFVmFsdWUYASABKANSBVZhbHVlEiMKBFVuaXQYAiABKA4yDy5hcGkuUGVyaW'
|
||||
'9kVW5pdFIEVW5pdA==');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user