Latest generation

This commit is contained in:
ci core model
2025-08-29 09:22:57 +00:00
parent 4f66233b3e
commit 4030d14552
4 changed files with 19 additions and 3 deletions

View File

@@ -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