updateSecretGenerator method

ResponseFuture<UpdateSecretGeneratorResponse> updateSecretGenerator(
  1. UpdateSecretGeneratorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateSecretGeneratorResponse> updateSecretGenerator(
    $2.UpdateSecretGeneratorRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateSecretGenerator, request, options: options);
}