Latest generation

This commit is contained in:
ci core model
2026-03-20 10:39:14 +00:00
parent 01b5e17849
commit 9da6a6f24b
4 changed files with 17 additions and 16 deletions

View File

@@ -3477,7 +3477,7 @@ class GetActorAuthorisationRequest extends $pb.GeneratedMessage {
class GetActorAuthorisationResponse extends $pb.GeneratedMessage {
factory GetActorAuthorisationResponse({
$2.ProjectAuthorisation? authorisation,
ProjectAuthorisationWithValue? authorisation,
}) {
final result = create();
if (authorisation != null) result.authorisation = authorisation;
@@ -3490,7 +3490,7 @@ class GetActorAuthorisationResponse extends $pb.GeneratedMessage {
factory GetActorAuthorisationResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetActorAuthorisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.ProjectAuthorisation>(1, _omitFieldNames ? '' : 'Authorisation', protoName: 'Authorisation', subBuilder: $2.ProjectAuthorisation.create)
..aOM<ProjectAuthorisationWithValue>(2, _omitFieldNames ? '' : 'Authorisation', protoName: 'Authorisation', subBuilder: ProjectAuthorisationWithValue.create)
..hasRequiredFields = false
;
@@ -3511,16 +3511,17 @@ class GetActorAuthorisationResponse extends $pb.GeneratedMessage {
static GetActorAuthorisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetActorAuthorisationResponse>(create);
static GetActorAuthorisationResponse? _defaultInstance;
@$pb.TagNumber(1)
$2.ProjectAuthorisation get authorisation => $_getN(0);
@$pb.TagNumber(1)
set authorisation($2.ProjectAuthorisation value) => $_setField(1, value);
@$pb.TagNumber(1)
/// ProjectAuthorisation Authorisation = 1;
@$pb.TagNumber(2)
ProjectAuthorisationWithValue get authorisation => $_getN(0);
@$pb.TagNumber(2)
set authorisation(ProjectAuthorisationWithValue value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasAuthorisation() => $_has(0);
@$pb.TagNumber(1)
void clearAuthorisation() => $_clearField(1);
@$pb.TagNumber(1)
$2.ProjectAuthorisation ensureAuthorisation() => $_ensure(0);
@$pb.TagNumber(2)
void clearAuthorisation() => $_clearField(2);
@$pb.TagNumber(2)
ProjectAuthorisationWithValue ensureAuthorisation() => $_ensure(0);
}
class GetBasicSettingsRequest extends $pb.GeneratedMessage {

View File

@@ -944,14 +944,14 @@ final $typed_data.Uint8List getActorAuthorisationRequestDescriptor = $convert.ba
const GetActorAuthorisationResponse$json = {
'1': 'GetActorAuthorisationResponse',
'2': [
{'1': 'Authorisation', '3': 1, '4': 1, '5': 11, '6': '.api.ProjectAuthorisation', '10': 'Authorisation'},
{'1': 'Authorisation', '3': 2, '4': 1, '5': 11, '6': '.api.ProjectAuthorisationWithValue', '10': 'Authorisation'},
],
};
/// Descriptor for `GetActorAuthorisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getActorAuthorisationResponseDescriptor = $convert.base64Decode(
'Ch1HZXRBY3RvckF1dGhvcmlzYXRpb25SZXNwb25zZRI/Cg1BdXRob3Jpc2F0aW9uGAEgASgLMh'
'kuYXBpLlByb2plY3RBdXRob3Jpc2F0aW9uUg1BdXRob3Jpc2F0aW9u');
'Ch1HZXRBY3RvckF1dGhvcmlzYXRpb25SZXNwb25zZRJICg1BdXRob3Jpc2F0aW9uGAIgASgLMi'
'IuYXBpLlByb2plY3RBdXRob3Jpc2F0aW9uV2l0aFZhbHVlUg1BdXRob3Jpc2F0aW9u');
@$core.Deprecated('Use getBasicSettingsRequestDescriptor instead')
const GetBasicSettingsRequest$json = {