updateSecretGenerator_Pre method
Future<UpdateSecretGeneratorResponse>
updateSecretGenerator_Pre(
- ServiceCall $call,
- Future<
UpdateSecretGeneratorRequest> $request
Implementation
$async.Future<$0.UpdateSecretGeneratorResponse> updateSecretGenerator_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateSecretGeneratorRequest> $request) async {
return updateSecretGenerator($call, await $request);
}