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

View File

@@ -119,13 +119,15 @@ const CreateSiteResponse$json = {
'1': 'CreateSiteResponse',
'2': [
{'1': 'Site', '3': 1, '4': 1, '5': 11, '6': '.api.Site', '8': {}, '10': 'Site'},
{'1': 'WorkflowExecution', '3': 2, '4': 1, '5': 11, '6': '.api.WorkflowExecutionResult', '10': 'WorkflowExecution'},
],
};
/// Descriptor for `CreateSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createSiteResponseDescriptor = $convert.base64Decode(
'ChJDcmVhdGVTaXRlUmVzcG9uc2USJwoEU2l0ZRgBIAEoCzIJLmFwaS5TaXRlQgj6QgWKAQIQAV'
'IEU2l0ZQ==');
'IEU2l0ZRJKChFXb3JrZmxvd0V4ZWN1dGlvbhgCIAEoCzIcLmFwaS5Xb3JrZmxvd0V4ZWN1dGlv'
'blJlc3VsdFIRV29ya2Zsb3dFeGVjdXRpb24=');
@$core.Deprecated('Use getSiteRequestDescriptor instead')
const GetSiteRequest$json = {