Latest generation

This commit is contained in:
ci core model
2025-03-31 12:58:50 +00:00
parent ca987a8e5b
commit 79f3015ef8
450 changed files with 8802 additions and 8388 deletions

View File

@@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: client.proto
//
// @dart = 2.12
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
@@ -66,12 +66,12 @@ abstract class ClientServiceBase extends $grpc.Service {
($18.RegisterClientResult value) => value.writeToBuffer()));
}
$async.Future<$18.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall call, $async.Future<$18.RegisterPlatformClientRequest> request) async {
return registerPlatformClient(call, await request);
$async.Future<$18.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall $call, $async.Future<$18.RegisterPlatformClientRequest> $request) async {
return registerPlatformClient($call, await $request);
}
$async.Future<$18.RegisterClientResult> registerClient_Pre($grpc.ServiceCall call, $async.Future<$18.RegisterClientRequest> request) async {
return registerClient(call, await request);
$async.Future<$18.RegisterClientResult> registerClient_Pre($grpc.ServiceCall $call, $async.Future<$18.RegisterClientRequest> $request) async {
return registerClient($call, await $request);
}
$async.Future<$18.RegisterClientResult> registerPlatformClient($grpc.ServiceCall call, $18.RegisterPlatformClientRequest request);