You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'executionflow.pb.dart' as $86;
|
||||
import 'executionflow.pb.dart' as $85;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -76,7 +76,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$86.Executionflow>? objects,
|
||||
$core.Iterable<$85.Executionflow>? objects,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -91,7 +91,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$86.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $86.Executionflow.create)
|
||||
..pc<$85.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $85.Executionflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -124,7 +124,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$86.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$85.Executionflow> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -210,7 +210,7 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$86.Executionflow>? objects,
|
||||
$core.Iterable<$85.Executionflow>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -227,7 +227,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$86.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $86.Executionflow.create)
|
||||
..pc<$85.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $85.Executionflow.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -261,7 +261,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$86.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$85.Executionflow> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
|
||||
Reference in New Issue
Block a user