You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -384,9 +384,11 @@ class CreateSiteRequest extends $pb.GeneratedMessage {
|
||||
class CreateSiteResponse extends $pb.GeneratedMessage {
|
||||
factory CreateSiteResponse({
|
||||
Site? site,
|
||||
$3.WorkflowExecutionResult? workflowExecution,
|
||||
}) {
|
||||
final result = create();
|
||||
if (site != null) result.site = site;
|
||||
if (workflowExecution != null) result.workflowExecution = workflowExecution;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -397,6 +399,7 @@ class CreateSiteResponse extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<Site>(1, _omitFieldNames ? '' : 'Site', protoName: 'Site', subBuilder: Site.create)
|
||||
..aOM<$3.WorkflowExecutionResult>(2, _omitFieldNames ? '' : 'WorkflowExecution', protoName: 'WorkflowExecution', subBuilder: $3.WorkflowExecutionResult.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -427,6 +430,17 @@ class CreateSiteResponse extends $pb.GeneratedMessage {
|
||||
void clearSite() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
Site ensureSite() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$3.WorkflowExecutionResult get workflowExecution => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set workflowExecution($3.WorkflowExecutionResult value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasWorkflowExecution() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearWorkflowExecution() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$3.WorkflowExecutionResult ensureWorkflowExecution() => $_ensure(1);
|
||||
}
|
||||
|
||||
/// Get
|
||||
|
||||
Reference in New Issue
Block a user