createServiceAccountKey_Pre method
Future<ServiceAccountKey>
createServiceAccountKey_Pre(
- ServiceCall $call,
- Future<
CreateServiceAccountKeyRequest> $request
Implementation
$async.Future<$0.ServiceAccountKey> createServiceAccountKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.CreateServiceAccountKeyRequest> $request) async {
return createServiceAccountKey($call, await $request);
}