You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -23,10 +23,12 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByIdQuery({
|
||||
$2.QueryProjectHeader? header,
|
||||
$core.Iterable<$2.EntityID>? iDs,
|
||||
ExecutionflowQueryOptions? options,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -38,6 +40,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByIdQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$2.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.QueryProjectHeader.create)
|
||||
..pc<$2.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $2.EntityID.create)
|
||||
..aOM<ExecutionflowQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ExecutionflowQueryOptions.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -71,6 +74,17 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$2.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowQueryOptions get options => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set options(ExecutionflowQueryOptions value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasOptions() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowQueryOptions ensureOptions() => $_ensure(2);
|
||||
}
|
||||
|
||||
class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
@@ -133,12 +147,14 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
$core.String? limitFilter,
|
||||
$core.String? queryContext,
|
||||
$core.Iterable<$2.BlockFilter>? blockFilters,
|
||||
ExecutionflowQueryOptions? options,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (limitFilter != null) result.limitFilter = limitFilter;
|
||||
if (queryContext != null) result.queryContext = queryContext;
|
||||
if (blockFilters != null) result.blockFilters.addAll(blockFilters);
|
||||
if (options != null) result.options = options;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -152,6 +168,7 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
..aOS(4, _omitFieldNames ? '' : 'limitFilter', protoName: 'limitFilter')
|
||||
..aOS(5, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..pc<$2.BlockFilter>(6, _omitFieldNames ? '' : 'BlockFilters', $pb.PbFieldType.PM, protoName: 'BlockFilters', subBuilder: $2.BlockFilter.create)
|
||||
..aOM<ExecutionflowQueryOptions>(7, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ExecutionflowQueryOptions.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -205,6 +222,17 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$2.BlockFilter> get blockFilters => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
ExecutionflowQueryOptions get options => $_getN(4);
|
||||
@$pb.TagNumber(7)
|
||||
set options(ExecutionflowQueryOptions value) => $_setField(7, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasOptions() => $_has(4);
|
||||
@$pb.TagNumber(7)
|
||||
void clearOptions() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
ExecutionflowQueryOptions ensureOptions() => $_ensure(4);
|
||||
}
|
||||
|
||||
class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
@@ -273,6 +301,52 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
void clearQueryContext() => $_clearField(3);
|
||||
}
|
||||
|
||||
class ExecutionflowQueryOptions extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowQueryOptions({
|
||||
$core.bool? truncateLines,
|
||||
}) {
|
||||
final result = create();
|
||||
if (truncateLines != null) result.truncateLines = truncateLines;
|
||||
return result;
|
||||
}
|
||||
|
||||
ExecutionflowQueryOptions._();
|
||||
|
||||
factory ExecutionflowQueryOptions.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowQueryOptions.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowQueryOptions', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'TruncateLines', protoName: 'TruncateLines')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowQueryOptions clone() => ExecutionflowQueryOptions()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowQueryOptions copyWith(void Function(ExecutionflowQueryOptions) updates) => super.copyWith((message) => updates(message as ExecutionflowQueryOptions)) as ExecutionflowQueryOptions;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowQueryOptions create() => ExecutionflowQueryOptions._();
|
||||
@$core.override
|
||||
ExecutionflowQueryOptions createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowQueryOptions> createRepeated() => $pb.PbList<ExecutionflowQueryOptions>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowQueryOptions getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowQueryOptions>(create);
|
||||
static ExecutionflowQueryOptions? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool get truncateLines => $_getBF(0);
|
||||
@$pb.TagNumber(1)
|
||||
set truncateLines($core.bool value) => $_setBool(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTruncateLines() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearTruncateLines() => $_clearField(1);
|
||||
}
|
||||
|
||||
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
Reference in New Issue
Block a user