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-250425123048
|
||||
Lib version: 1.11.0-SNAPSHOT-250428093023
|
||||
|
||||
@@ -3682,12 +3682,21 @@ class StartWorkflowUpgradeModelResult extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
class StartWorkflowSweepRequest extends $pb.GeneratedMessage {
|
||||
factory StartWorkflowSweepRequest() => create();
|
||||
factory StartWorkflowSweepRequest({
|
||||
$core.bool? dryRun,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (dryRun != null) {
|
||||
$result.dryRun = dryRun;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
StartWorkflowSweepRequest._() : super();
|
||||
factory StartWorkflowSweepRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory StartWorkflowSweepRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StartWorkflowSweepRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'DryRun', protoName: 'DryRun')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3711,6 +3720,15 @@ class StartWorkflowSweepRequest extends $pb.GeneratedMessage {
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static StartWorkflowSweepRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<StartWorkflowSweepRequest>(create);
|
||||
static StartWorkflowSweepRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool get dryRun => $_getBF(0);
|
||||
@$pb.TagNumber(1)
|
||||
set dryRun($core.bool v) { $_setBool(0, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasDryRun() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearDryRun() => $_clearField(1);
|
||||
}
|
||||
|
||||
class StartWorkflowSweepResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -990,12 +990,16 @@ final $typed_data.Uint8List startWorkflowUpgradeModelResultDescriptor = $convert
|
||||
@$core.Deprecated('Use startWorkflowSweepRequestDescriptor instead')
|
||||
const StartWorkflowSweepRequest$json = {
|
||||
'1': 'StartWorkflowSweepRequest',
|
||||
'2': [
|
||||
{'1': 'DryRun', '3': 1, '4': 1, '5': 8, '10': 'DryRun'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `StartWorkflowSweepRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List startWorkflowSweepRequestDescriptor = $convert.base64Decode(
|
||||
'ChlTdGFydFdvcmtmbG93U3dlZXBSZXF1ZXN0OgWSQQIKAA==');
|
||||
'ChlTdGFydFdvcmtmbG93U3dlZXBSZXF1ZXN0EhYKBkRyeVJ1bhgBIAEoCFIGRHJ5UnVuOgWSQQ'
|
||||
'IKAA==');
|
||||
|
||||
@$core.Deprecated('Use startWorkflowSweepResultDescriptor instead')
|
||||
const StartWorkflowSweepResult$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250425123048
|
||||
version: 1.11.0-SNAPSHOT-250428093023
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user