uploadServiceAccountKey_Pre method
Future<ServiceAccountKey>
uploadServiceAccountKey_Pre(
- ServiceCall $call,
- Future<
UploadServiceAccountKeyRequest> $request
Implementation
$async.Future<$0.ServiceAccountKey> uploadServiceAccountKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UploadServiceAccountKeyRequest> $request) async {
return uploadServiceAccountKey($call, await $request);
}