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