You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -468,6 +468,7 @@ class Options {
|
||||
static final viewType = $pb.Extension<FieldTypes>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'viewType', 50219, $pb.PbFieldType.OM, protoName: 'viewType', defaultOrMaker: FieldTypes.getDefault, subBuilder: FieldTypes.create);
|
||||
static final mapTypePath = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'mapTypePath', 50220, $pb.PbFieldType.OS, protoName: 'mapTypePath');
|
||||
static final indexationSkip = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationSkip', 50221, $pb.PbFieldType.OB, protoName: 'indexationSkip');
|
||||
static final indexationLimit = $pb.Extension<$core.int>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationLimit', 50222, $pb.PbFieldType.OU3, protoName: 'indexationLimit');
|
||||
static final serviceType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'serviceType', 50300, $pb.PbFieldType.OS, protoName: 'serviceType');
|
||||
static final k8sService = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'k8sService', 50301, $pb.PbFieldType.OS, protoName: 'k8sService');
|
||||
static final roleManager = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'roleManager', 50304, $pb.PbFieldType.OB, protoName: 'roleManager');
|
||||
@@ -525,6 +526,7 @@ class Options {
|
||||
registry.add(viewType);
|
||||
registry.add(mapTypePath);
|
||||
registry.add(indexationSkip);
|
||||
registry.add(indexationLimit);
|
||||
registry.add(serviceType);
|
||||
registry.add(k8sService);
|
||||
registry.add(roleManager);
|
||||
|
||||
Reference in New Issue
Block a user