You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user