enableServiceAccountKey_Pre method

Future<Empty> enableServiceAccountKey_Pre(
  1. ServiceCall $call,
  2. Future<EnableServiceAccountKeyRequest> $request
)

Implementation

$async.Future<$1.Empty> enableServiceAccountKey_Pre($grpc.ServiceCall $call,
    $async.Future<$0.EnableServiceAccountKeyRequest> $request) async {
  return enableServiceAccountKey($call, await $request);
}