updateSecretGenerator_Pre method

Future<UpdateSecretGeneratorResponse> updateSecretGenerator_Pre(
  1. ServiceCall $call,
  2. Future<UpdateSecretGeneratorRequest> $request
)

Implementation

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