You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -442,14 +442,16 @@ class RecoverType extends $pb.ProtobufEnum {
|
||||
static const RecoverType RECOVER_OPENSEARCH = RecoverType._(0, _omitEnumNames ? '' : 'RECOVER_OPENSEARCH');
|
||||
static const RecoverType RECOVER_CLICKHOUSE = RecoverType._(1, _omitEnumNames ? '' : 'RECOVER_CLICKHOUSE');
|
||||
static const RecoverType RECOVER_ALL = RecoverType._(2, _omitEnumNames ? '' : 'RECOVER_ALL');
|
||||
static const RecoverType RECOVER_KV = RecoverType._(3, _omitEnumNames ? '' : 'RECOVER_KV');
|
||||
|
||||
static const $core.List<RecoverType> values = <RecoverType> [
|
||||
RECOVER_OPENSEARCH,
|
||||
RECOVER_CLICKHOUSE,
|
||||
RECOVER_ALL,
|
||||
RECOVER_KV,
|
||||
];
|
||||
|
||||
static final $core.List<RecoverType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static final $core.List<RecoverType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static RecoverType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const RecoverType._(super.value, super.name);
|
||||
|
||||
@@ -356,13 +356,14 @@ const RecoverType$json = {
|
||||
{'1': 'RECOVER_OPENSEARCH', '2': 0},
|
||||
{'1': 'RECOVER_CLICKHOUSE', '2': 1},
|
||||
{'1': 'RECOVER_ALL', '2': 2},
|
||||
{'1': 'RECOVER_KV', '2': 3},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `RecoverType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List recoverTypeDescriptor = $convert.base64Decode(
|
||||
'CgtSZWNvdmVyVHlwZRIWChJSRUNPVkVSX09QRU5TRUFSQ0gQABIWChJSRUNPVkVSX0NMSUNLSE'
|
||||
'9VU0UQARIPCgtSRUNPVkVSX0FMTBAC');
|
||||
'9VU0UQARIPCgtSRUNPVkVSX0FMTBACEg4KClJFQ09WRVJfS1YQAw==');
|
||||
|
||||
@$core.Deprecated('Use resourceTypeDescriptor instead')
|
||||
const ResourceType$json = {
|
||||
|
||||
Reference in New Issue
Block a user