getServiceAccountKey_Pre method
Future<ServiceAccountKey>
getServiceAccountKey_Pre(
- ServiceCall $call,
- Future<
GetServiceAccountKeyRequest> $request
Implementation
$async.Future<$0.ServiceAccountKey> getServiceAccountKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetServiceAccountKeyRequest> $request) async {
return getServiceAccountKey($call, await $request);
}