You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250722091124
|
||||
Lib version: 1.11.0-SNAPSHOT-250722132710
|
||||
|
||||
@@ -1329,15 +1329,15 @@ class Document extends $pb.GeneratedMessage {
|
||||
class DocumentByLanguage extends $pb.GeneratedMessage {
|
||||
factory DocumentByLanguage({
|
||||
$core.String? name,
|
||||
$core.String? fileName,
|
||||
$core.String? languageCodeISO6391,
|
||||
$core.String? uRI,
|
||||
$core.String? fileName,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (fileName != null) result.fileName = fileName;
|
||||
if (languageCodeISO6391 != null) result.languageCodeISO6391 = languageCodeISO6391;
|
||||
if (uRI != null) result.uRI = uRI;
|
||||
if (fileName != null) result.fileName = fileName;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1348,9 +1348,9 @@ class DocumentByLanguage extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DocumentByLanguage', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(2, _omitFieldNames ? '' : 'FileName', protoName: 'FileName')
|
||||
..aOS(3, _omitFieldNames ? '' : 'LanguageCodeISO6391', protoName: 'LanguageCodeISO6391')
|
||||
..aOS(4, _omitFieldNames ? '' : 'URI', protoName: 'URI')
|
||||
..aOS(5, _omitFieldNames ? '' : 'FileName', protoName: 'FileName')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1380,32 +1380,33 @@ class DocumentByLanguage extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get fileName => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set fileName($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasFileName() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearFileName() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get languageCodeISO6391 => $_getSZ(2);
|
||||
$core.String get languageCodeISO6391 => $_getSZ(1);
|
||||
@$pb.TagNumber(3)
|
||||
set languageCodeISO6391($core.String value) => $_setString(2, value);
|
||||
set languageCodeISO6391($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasLanguageCodeISO6391() => $_has(2);
|
||||
$core.bool hasLanguageCodeISO6391() => $_has(1);
|
||||
@$pb.TagNumber(3)
|
||||
void clearLanguageCodeISO6391() => $_clearField(3);
|
||||
|
||||
/// bytes Doc = 2;
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get uRI => $_getSZ(3);
|
||||
$core.String get uRI => $_getSZ(2);
|
||||
@$pb.TagNumber(4)
|
||||
set uRI($core.String value) => $_setString(3, value);
|
||||
set uRI($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasURI() => $_has(3);
|
||||
$core.bool hasURI() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearURI() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get fileName => $_getSZ(3);
|
||||
@$pb.TagNumber(5)
|
||||
set fileName($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasFileName() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearFileName() => $_clearField(5);
|
||||
}
|
||||
|
||||
/// Authorisation
|
||||
|
||||
@@ -437,20 +437,20 @@ const DocumentByLanguage$json = {
|
||||
'1': 'DocumentByLanguage',
|
||||
'2': [
|
||||
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'FileName', '3': 2, '4': 1, '5': 9, '10': 'FileName'},
|
||||
{'1': 'URI', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'URI'},
|
||||
{'1': 'LanguageCodeISO6391', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'LanguageCodeISO6391'},
|
||||
{'1': 'FileName', '3': 5, '4': 1, '5': 9, '10': 'FileName'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `DocumentByLanguage`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List documentByLanguageDescriptor = $convert.base64Decode(
|
||||
'ChJEb2N1bWVudEJ5TGFuZ3VhZ2USEgoETmFtZRgBIAEoCVIETmFtZRIaCghGaWxlTmFtZRgCIA'
|
||||
'EoCVIIRmlsZU5hbWUSMQoDVVJJGAQgASgJQh+SQRUyE1VSSSBvZiB0aGUgZG9jdW1lbnT6QgRy'
|
||||
'AhABUgNVUkkSsQEKE0xhbmd1YWdlQ29kZUlTTzYzOTEYAyABKAlCf5JBcDJoPGEgaHJlZj0naH'
|
||||
'R0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTGlzdF9vZl9JU09fNjM5X2xhbmd1YWdlX2Nv'
|
||||
'ZGVzJz5JU08gNjM5IGNvZGU8L2E+IG1lc3NhZ2UgbGFuZ3VhZ2VKBCJlbiL6QglyBxACGAOAAg'
|
||||
'FSE0xhbmd1YWdlQ29kZUlTTzYzOTE=');
|
||||
'ChJEb2N1bWVudEJ5TGFuZ3VhZ2USEgoETmFtZRgBIAEoCVIETmFtZRIxCgNVUkkYBCABKAlCH5'
|
||||
'JBFTITVVJJIG9mIHRoZSBkb2N1bWVudPpCBHICEAFSA1VSSRKxAQoTTGFuZ3VhZ2VDb2RlSVNP'
|
||||
'NjM5MRgDIAEoCUJ/kkFwMmg8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS'
|
||||
'9MaXN0X29mX0lTT182MzlfbGFuZ3VhZ2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2Fn'
|
||||
'ZSBsYW5ndWFnZUoEImVuIvpCCXIHEAIYA4ACAVITTGFuZ3VhZ2VDb2RlSVNPNjM5MRIaCghGaW'
|
||||
'xlTmFtZRgFIAEoCVIIRmlsZU5hbWU=');
|
||||
|
||||
@$core.Deprecated('Use projectAuthorisationDescriptor instead')
|
||||
const ProjectAuthorisation$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250722091124
|
||||
version: 1.11.0-SNAPSHOT-250722132710
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user